9 jQuery Mistakes
Everyone makes mistakes, even the ones who think they cannot. But some of the mistakes can be prevented with a little before thought.
Here are the mistakes you should think about with jQuery according to WDL:
- You aren’t using the latest jQuery version
- You aren’t using a CDN-hosted copy of jQuery
- You aren’t using a fallback for CDN version
- You aren’t chaining stuff
- You aren’t caching stuff
- You aren’t using pure js
- You aren’t checking plugins before including in your site
- You aren’t open to remove jQuery
- You are using jQuery for server side tasks
More detailed reading on: 9 jQuery Mistakes you Shouldn’t Commit | Web Design Ledger