Latest web development tutorials
 

jQuery :animated Selector

< jQuery Selectors

Example

Select any element that is currently animated:

$(":animated")
Try it Yourself »

Definition and Usage

The :animated selector selects all elements that are currently animated.


Syntax

$(":animated")

< jQuery Selectors