国产版本jQuery-minggeJS
minggeJS具有以下优点 1:选择器执行速度胜出JQUERY, 以十万个DIV节点测试,分别用minggeJS与JQUERY选择器取出指定节点测试: JQUERY结果 : IE7以上:花时1800毫秒 IE7 花时 8135毫秒 IE6 花时超过30-40秒之间,浏览器随机卡死。 minggeJS结果: IE7以上:花时…
484 2015-12-14 去围观jquery 光标定位
js光标获取位置 $.fn.selectRange = function(start, end) { return this.each(function() { if (this.setSelectionRange) { this.focus(); this.setSelectionRange(start, end); } else if (this.createTextRange) { …
574 2015-12-11 去围观jquery金钱显示格式
要显示类似像银行钱的出示的金钱数额的格式如:123,456,789 showcode.js 调用方法: $('#shownum').showmoney(); 这是基于jquery封装
435 2015-12-11 去围观css3金属光泽效果
<style> #wo{ content: ""; position: absolute; width: 80px; height: 350px; top: 0; left: -150px; overflow: hidden; background: -moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%); b…
529 2015-12-07 去围观