我想通过按下按钮(而不是提交按钮)来显示所有验证错误.
somebutton.button().click(function () { //not submit button //some code here //to show up all validation messages });
我该怎么做?
jquery submit jquery-validate
jquery ×1
jquery-validate ×1
submit ×1