摘要:
$.ajax({ type: "POST", cache: false, async:false, ... 阅读全文
posted @ 2015-07-02 09:03
wmsocool
阅读(80)
评论(0)
推荐(0)
摘要:
$win = $('#msger').window({ draggable:false, collapsible:false, minimizable:false, closable:false, maximizable:... 阅读全文
posted @ 2015-07-02 08:55
wmsocool
阅读(766)
评论(0)
推荐(0)
摘要:
$.ajax({ type: "POST", cache: false, async:false, url: "${pageContext.request.... 阅读全文
posted @ 2015-07-02 08:47
wmsocool
阅读(91)
评论(0)
推荐(0)
摘要:
//验证用户名$.extend($.fn.validatebox.defaults.rules, {//用户账号验证(只能包含 _ 数字 字母) username: {//param的值为[]中值 validator: function (value, param) { ... 阅读全文
posted @ 2015-07-02 08:45
wmsocool
阅读(90)
评论(0)
推荐(0)