Tuesday 5 February 2013

jQuery General Performance Tips


  • use the latest jQuery
  • Caching Selections (assign it to a variable) 
  • Caching Other Items
  • Use element properties (DOM) when possible (instead of jQuery properties)


No comments:

Post a Comment