摘要:
function serializeObject(form) { var o = {}; $.each(form.serializeArray(), function(index) { if(o[this['name']]) { o[this['name']] = o[this['name']] + ";" + this['value']; } e... 阅读全文
posted @ 2016-10-11 14:53
李大白程序员
阅读(356)
评论(0)
推荐(0)
摘要:
1 var $form = $('#form') 2 $('.lgbtn').click(function() { 3 //e.preventDefault(); 4 var form = $('#form').validator('isFormValid'); 5 ... 阅读全文
posted @ 2016-10-11 09:13
李大白程序员
阅读(855)
评论(0)
推荐(0)

浙公网安备 33010602011771号