JQuery.validate通过class属性批量设置input不能为空(必填)的方式很简单,只要需要验证的input元素的class中包含required即可:


<input class="required" type="text"/>