世界上最伟大的投资就是投资自己的教育

全场限时 5 折

  • 随风 · 练气
    随风 · 练气

    要变成这样

    代码如下

    (function($) {
      $.fn.caret = function(index){
        if (typeof index === "undefined"){
          return this[0].selectionStart;
        } else {
          this[0].focus();
          return this[0].setSelectionRange(index, index);
        }
      }
      $.fn.caretSelection = function(start, end){
        if (typeof start === "undefined" && typeof end === "undefined"){
          return [this[0].selectionStart, this[0].selectionEnd];
        } else {
          this[0].focus();
          return this[0].setSelectionRange(start, end);
        }
      }
    })(jQuery);
    

0 条回复
暂无回复~~

© 汕尾市求知科技有限公司 | Rails365 Gitlab | Qiuzhi99 Gitlab | 知乎 | b 站 | 搜索

粤公网安备 44152102000088号粤公网安备 44152102000088号 | 粤ICP备19038915号

Top