如下代码:
$(document).ready(
function(){
$("#inputForm").validate(。。。);
})
表格的validate是web前端用户点击表格提交按钮时才发生的动作
为何要放在 $(document).ready()里面?
皈依舞
相关分类