Tips for making jQuery selectors faster
Unfortunately jQuery selectors aren’t stupid proof. Its all too easy to chuck a long string of junk into your selector and not have a single problem. You might have the attitude of, “meh it works” and not give it any more thought of if there is a better way.
The upside of actually paying attention to your jQuery selectors is: the faster they execute the faster your page is going to render and operate. This is especially true for browsers with slower javascript engines like Internet Explorer and phones/devices with lower memory.
I hope that you find using my following tips your jQuery selectors will become optimised to the fastest execution time humanly possible.

Hello. I'm Byron Salau a Melbourne based developer who's an absolute objective-c and javascript junkie!