I'm using the Validation plugin for JQuery and was wondering if there
was a function to submit the form without causing it to validate the
form.  I have a table with a list of radio-buttons and above that is a
drop down list of states.  The drop down list of states is used to
filter the table rows and when the selected item changes it posts-back
to the server (via $("#frm").submit()).  I don't want this to cause
any validation to occur.  Is there another function I can call besides
submit(), or some other method?

Thanks

Reply via email to