RequireJS with jQuery Validation
问题 I'm trying to use RequireJS to add the references to my jQuery validation script files. I have 3 script files instead of the usual 1: jquery.validate - The jquery validation library jquery.validate.unobtrusive - This adds unobtrusive validation to the jquery validation library (so you can use data attributes and it automatic wires them up). This depends on jquery.validate jquery.validate.custom - This add my own custom unobtrusive validation methods and depends on jquery.validate.unobtrusive