.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.

.prev()

Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.