Say i have a form that looks up city, state locations. if the user enters an incorrect city, state, i want the form to be able to check the database against the users input
$("#form").validate({ onfocusout: false, onkeyup: false, onclick: false });