摘要:
/* 金融数字,三位逗号隔开*/function splitNum(nStr){ nStr += ''; x = nStr.split('.'); x1 = x[0]; x2 = x.length > 1 ? '.' + x[1] : ''; var rgx = /(\d+)(\d{3})/; wh... 阅读全文
posted @ 2015-12-11 11:09
投影
阅读(260)
评论(0)
推荐(0)
摘要:
选择使用Zepto.js的原因:一、Zepto.js的语法借鉴并且兼容jQuery,只是在事件上作出了一些修改。zepto.js的语法借鉴并且兼容jQuery,会使用jquery就会使用Zepto.js。Zepto.js是移动端的js库。Zepto.js相当于PC端的jQuery,它提供了很多方法和... 阅读全文
posted @ 2015-12-11 10:58
投影
阅读(1194)
评论(0)
推荐(0)

浙公网安备 33010602011771号