I am using jQuery validate (bassitance) to validate a large form. A hand full of text boxes then an ever growing list of checkboxes (4600 at last count). I am using the
ignore: 'input[type="checkbox"]'
method but it isn't enough. I still get the 'Stop running this script' error when submitting using IE8 or below. Firefox, Safari, Opera and IE9 are fine.
Is there something I am missing or a better way to do this?
submitHandler, get all the data out of the other form with all the checkboxes?