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

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

WBOY
WBOY원래의
2016-06-13 13:29:011161검색

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

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

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

------解决方案--------------------

PHP code

insertAdjacentText 在指定位置插入给定的文本。 


Syntax

object.insertAdjacentText(sWhere, sText)
Parameters

sWhere 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. 

手册上的。。
<br><font color="#e78608">------解决方案--------------------</font><br>
参考帖子 http://topic.csdn.net/u/20120329/09/e12eb48a-aa5f-4f99-84de-189b34f9e285.html<br>#7 的回复。
<br><font color="#e78608">------解决方案--------------------</font><br><a href="#" onclick="VideoComments.reply(373323281,'4fbce32ef0b7e2a929000000','4fbce32ef0b7e2a929000000',false);return false;">回复</a><br><br>把id传进去,不也可以?<br><br> <div class="clear">
                 
              
              
        
            </div>
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.