JQuery - Improving Performance / Code

I just started working with jQuery, and I was looking for some resource on how to improve the speed and performance of my code. I was wondering if anyone has any tips or resources that could help me.

Thank,

Bev

+5
source share
1 answer

I had several sites bookmarked on this topic, I hope they help you with what you need. (Themes range from simple to advanced)

JQuery Performance Rules :

  • Always get down C # id
  • Use tags before classes
  • JQuery cache objects
  • Strengthen the strength of the chain.
  • Use subqueries
  • DOM direct control limitation
  • (a.k.a. Bubbling)
  • $(window).load
  • JS

jQuery :

  • ! , ?
  • Context-aware jQuery Code Execution - , ?
  • jQuery
  • jQuery
  • JS .
  • Vs.
  • Window.load .
  • JavaScript jQuery

jQuery - Paul Irish :

  • Sizzles
  • live() not click()
  • DOM .
  • find()
  • HTML 5
  • 15
  • Google Page Speed ​​
  • , jQuery .
  • ,
  • .

jQuery :

  • JavaScript for() jQuery $.each() helper
    .
  • DOM .
  • DOM,
    .
  • , array join() .
  • setTimeout()
    .

, , jQuery.

+17

All Articles