.finish()

Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.

.find()

Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.

jQuery.each()

A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.