Categories
jQuery

jQuery validator annoyances

For all of you that use jQuery and use the Validator plugin, you may have been getting this error in Internet Explorer 6: jQuery.Validator is null or not an object This code will break any jQuery below your validation code, and will thoroughly piss you off. The fix is simple: use the minified version (jquery.validate.min.js) javascript […]