摘要: 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 李大白程序员 阅读(351) 评论(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 李大白程序员 阅读(851) 评论(0) 推荐(0) 编辑