
jquery
daditao
有诚意者,微信收款留言,填写联系方式,没诚意的不接见,不回复!别浪费彼此时间承接各种Android 的定制APP,有意者。请联系我!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jquery统计图标的插件
http://omnipotent.net/jquery.sparkline/#s-docs原创 2013-05-28 17:53:05 · 832 阅读 · 0 评论 -
jquery实现密码强度验证
$('#pass').keyup(function(e) { var strongRegex = new RegExp("^(?=.{8,})(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*\\W).*$", "g"); var mediumRegex = new RegExp("^(?=.{7,})(((?=.*[A-Z])(?=.*[a-z]))原创 2013-05-28 18:02:34 · 1218 阅读 · 0 评论 -
jquery Tips插件
第一款:http://jamescryer.github.io/grumble.js/第二款http://vadikom.com/demos/poshytip/第三款:这一款我个人最为推荐http://tooltipsy.com/samples第四款http://minijs.com/plugins/6/tip#demo原创 2013-05-14 22:20:44 · 1408 阅读 · 0 评论 -
星级评分的jquery
http://www.cnblogs.com/Wayou/archive/2012/10/05/jQueryRaty.html转载 2013-07-01 18:57:06 · 599 阅读 · 0 评论 -
带时间的日期选择web控件
1,web控件的样子2,日期时间选择的使用 3,calendar.js的文件<!--var cal;var isFocus=false; //是否为焦点function SetDate(obj,strFormat){ var date = new Date(); var by = date.g转载 2013-12-10 11:12:55 · 19952 阅读 · 5 评论