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

jQuery :animated 選択子

jQuer 選択子

:animated選択子は現在のすべてのアニメーション要素を選択します。

構文:

$":animated")

現在設定されているアニメーションを持つ任意の要素を選択します:

$("document").ready(function(){
  $("div:animated").css("border-radius", "0");
});
テストして‹/›

jQuer 選択子