nicescroll 使用与配置
摘要:使用// 1. 简单模式,设置html元素滚动 $(document).ready(function() { $("html").niceScroll(); }); // 2. 返回对象的实例 var nice = false; $(document).ready(function() { nice
阅读全文
posted @
2018-11-05 14:20
1183788267
阅读(528)
推荐(0) 编辑
textarea 高度自适应
摘要:文本框根据输入内容自适应高度 文本框根据输入内容自适应高度
阅读全文
posted @
2018-11-02 16:16
1183788267
阅读(156)
推荐(0) 编辑
div contenteditable 重新编辑时focus光标定位到前面问题解决
摘要:<div class="editdiv" id="edit" contenteditable="true">这是添加文字</div> getC($('.editdiv')) function getC(el){ el = el[0]; // jquery 对象转dom对象 el.focus(); v
阅读全文
posted @
2018-11-02 16:15
1183788267
阅读(3647)
推荐(1) 编辑