摘要:        
(1):在光标处插入值 1 $.fn.extend({ 2 insertAtCursor : function(myValue) { 3 var $t = $(this)[0]; 4 if (document.selection) { 5 this.focus(); 6 sel = document.selection.createRange(); 7 sel.text = myValue; 8 this...    阅读全文
posted @ 2013-05-22 13:57
QuantSeven
阅读(3960)
评论(0)
推荐(0)
        
 
                    
                
 浙公网安备 33010602011771号
浙公网安备 33010602011771号