jemul8
jemul8 copied to clipboard
Changed the way jquery loads
JQuery changes:
- Added google cdn url to improve speed.
- Updated version 1.7.1 -> 2.0.0.
- Removed from require(demo.js, util.js, std.keyboard.js).
Hi coderaiser,
Thanks, but I think I prefer pulling in the jquery dependency via AMD rather than using the global reference - just feels cleaner. The Google CDN would be good to use, but needs a proper fallback implementation adding to Modular first.