1:窗口拖动
http://jqueryui.com/resizable/#max-min
2:导航条前后顺序拖动
http://jqueryui.com/sortable/
3:类似百度首页板块顺序拖动
http://jqueryui.com/sortable/#portlets
4:选择日期
http://jqueryui.com/datepicker/#default
5:不带遮罩的弹出框(官网上第3个例子中有带遮罩)
http://jqueryui.com/dialog/#default
6:百分比进度条
http://jqueryui.com/progressbar/#default
7:标签切换
http://jqueryui.com/tabs/#default
8:tip显示
http://jqueryui.com/tooltip/#tracking
9:动态添加css
http://jqueryui.com/addClass/#default
10:表单验证(国内高手开发滴)
http://validform.rjboy.cn/demo/demo_normal_regexp.html
11:用户名的实时验证(valid.php中验证后,返回“y”或“n”即可)
http://validform.rjboy.cn/demo/demo_normal_username.html
12:密码强度实时提示
http://validform.rjboy.cn/demo/demo_usePlugin_strengthNeeded.html