jQuery :animated 选择器

❮ jQuery 选择器

实例

选取当前的所有动画元素:

$(":animated")
亲自试一试 »

定义和用法

:animated 选择器选取当前的所有动画元素。


语法

$(":animated")

❮ jQuery 选择器