jQuer 选择器
:animated选择器选取当前的所有动画元素。
$(":animated")
选择当前已设置动画的任何元素:
$(document).ready(function(){ $("div:animated").css("border-radius", "0"); });