
jquey
文章平均质量分 63
liu27th
这个作者很懒,什么都没留下…
展开
-
[js]js组合算法
<!-- To change this template, choose Tools | Templates and open the template in the editor. --> <!DOCTYPE html> <html> <head> <title></title> ...原创 2013-07-07 17:15:51 · 136 阅读 · 0 评论 -
[js]动态生成sku组合输入列表
<!DOCTYPE html> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> &am原创 2013-07-08 23:48:43 · 2133 阅读 · 0 评论 -
jQuery验证类
$.extend({ /** * 是否整数 */ isInt: function(s){ return (/^-?\d+$/).test(s); }, /** * 是否正整数 包括第一位是0 */ isPint: function(s){ return (/^\...原创 2018-06-06 14:38:10 · 159 阅读 · 0 评论