A Couple of jQuery code considerations

Selector Efficiency A couple of recent illuminations regarding jQuery code that I am putting up here, for my review, and general share. This information came from a jQuery meetup in LA and a presentation by Christian Ziebarth To boost performance, keep in mind the following points: Don’t use the Universal selector (explicitly or implicitly). Never! …

A Couple of jQuery code considerations Read More »