jQuery :animated セレクタ

❮ jQuery Selectors

現在アニメーション中の全ての要素を選択する:

$(":animated")
Try it Yourself »

定義と用法

:animated セレクタは、現在アニメーション中の全ての要素を選択します。


構文

$(":animated")

❮ jQuery Selectors