User tests: Successful: Unsuccessful:
I didn't compressed it. Actually it is validate.js which needs modification. I just need to add $el.attr('required') ORed with $el.hasClass('required') so as to support current implementation and bwc.
So if I'm understanding right, the contents of validate-jquery-uncompressed.js should replace validate-uncompressed.js and that be compressed to replace what's in validate.js right now, right? From the looks of things, validate.js and validate-uncompressed.js are still the old version of that while the -jquery file is the one worked on for GSoC.
Yes. Ashan added that jquery version of validate.js. But there were some performance improvement fixes on mootools version.
Through the next few days then, I suggest we get those performance fixes into the jQuery file and get that cleanup taken care of.
I'm not seeing where validate-jquery-uncompressed.js file is being loaded up by the CMS. Where is it supposed to be used?