Latest web development tutorials

jQuery: animated selector

jQuery selector jQuery selector

Examples

Select all the current animation elements:

$(":animated")

try it"

Definition and Usage

: Animated selector to select all of the current animation elements.


grammar

$(":animated")

jQuery selector jQuery selector