jquery validate 在ajax提交表单下的验证方法
摘要:
$(function() { var method='${method }'; if(method == 'edit'){ url="${ctx}/commodity/typeReName.json"; }else{ url="${ctx}/commodity/typeAdd.json"; } $( 阅读全文
posted @ 2016-12-19 18:09 nickTimer 阅读(1092) 评论(0) 推荐(0) 编辑