Life's random bits By b1thunt3r (aka Ishan Jain)…
9 jQuery Mistakes

9 jQuery Mistakes

Ishan jain
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:

  1. You aren’t using the latest jQuery version
  2. You aren’t using a CDN-hosted copy of jQuery
  3. You aren’t using a fallback for CDN version
  4. You aren’t chaining stuff
  5. You aren’t caching stuff
  6. You aren’t using pure js
  7. You aren’t checking plugins before including in your site
  8. You aren’t open to remove jQuery
  9. You are using jQuery for server side tasks

More detailed reading on: 9 jQuery Mistakes you Shouldn’t Commit | Web Design Ledger