欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

评论时点 “回复” 把当前内容要回复的内容添冲到textarea里,并在句首得到光标解决方法

程序员文章站 2024-01-07 08:25:28
...
评论时点 “回复” 把当前内容要回复的内容添冲到textarea里,并在句首得到光标
就像个连接一样
http://v.youku.com/v_show/id_XNDAwODQ0OTY4.html
内容添冲到ftextarea里,我会,但是要在添冲文字后,句首得到光标我不会。

$('#comment').focus();

这样得到的是句尾得到的。

------解决方案--------------------
PHP code
insertAdjacentText 在指定位置插入给定的文本。 Syntaxobject.insertAdjacentText(sWhere, sText)ParameterssWhere Required. String that specifies where to insert the text, using one of the following values: beforeBegin Inserts the text immediately before the element. afterBegin Inserts the text after the start of the element but before all other content in the element. beforeEnd Inserts the text immediately before the end of the element but after all other content in the element. afterEnd Inserts the text immediately after the end of the element.  sText Required. String that specifies the text to insert. 手册上的。。
------解决方案--------------------
参考帖子 http://topic.csdn.net/u/20120329/09/e12eb48a-aa5f-4f99-84de-189b34f9e285.html
#7 的回复。
------解决方案--------------------
回复

把id传进去,不也可以?

评论时点 “回复” 把当前内容要回复的内容添冲到textarea里,并在句首得到光标解决方法

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频


上一篇:

下一篇: