In a loop, each this is a DOM element, so yes $(this) is important for using jquery methods on it.
The rule "never use $(this) " refers to what you return. A method that returns $(this) instead of this breaks pointers, such as the prevObject property, which is used by the jquery end method.
lib3d source share