jQuer 選擇器
:animated選擇器選取當前的所有動畫元素。
$(":animated")
選擇當前已設(shè)置動畫的任何元素:
$(document).ready(function(){ $("div:animated").css("border-radius", "0"); });