I\'m using the jQuery validation plugin to validate a form, and I\'d like to remove the validation and submit the form if a certain link is clicked.
I am submitting
I recently upgraded to 1.5.5 of Jörn's validator script and the removeValidator function has been deprecated.
... jQuery.extend( jQuery.fn, { removeValidator: function(){ this.unbind(); jQuery.removeData(this[0], 'validator'); } ...