jquery validation plugin - not validating on submit
问题 I've got a form with several fields, some of which I'd like to have validated on keyup and on submit. I am calling jquery 1.9.1 then the plugin (1.11.1), then an external file with my js. I see via Firebug they are all loading. If I use the code below, it does not validate at all - the form submits, and I get mysql errors because I don't have fields filled out. Here is the js code: $("#untForm").validate({ onfocusout: true, rules: { attachment: { required: "false", accept: "jp?g,png,gif,txt"