[jQuery] [validate] Validation plugin 1.5.5 error in IE6
[jQuery] [validate] Validation plugin 1.5.5 error in IE6
The jquery.validate.pack.js file found on http://bassistance.de/jquery-plugins/jquery-plugin-validation/ causes an error when run in IE6. I re-ran the packing process with the perl port of Dean Edwards' Packer found here http://deanedwards.googlecode.com/svn/trunk/download/packer2.perl.zip and the problem no longer persists. Here is the command I ran on cygwin: perl jsPacker.pl -i lib/jquery.validate.js -o lib/ jquery.validate.pack.js -e10 -s These are the safest settings I've found with jsPacker.pl. The packed file lost 2kb (.1kb gzipped) of savings, but it works now! Cheers, Tristan