I am trying to find speedups in a piexe of jQuery code, unfortunately I am running out of tricks. I've tried to reduce or eliminate the use of $ in loops, but in a few places I've been using $(this) in loos, mainly each loops.
I would like to know if there are faster ways of doing things other than using $(this), as I have a feelign that if I can elimate it I can save myself some time in the loops.