English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Selector :animated de jQuery

Selector de jQuer

El selector :animated selecciona todos los elementos que están actualmente animando.

Sintaxis:

$ (":animated")

Ejemplo

Elegir cualquier elemento que ya tenga una animación configurada:

$ (document).ready(function () {
  $("div:animated").css("border-radio", "0");
});
Prueba ver‹/›

Selector de jQuer