读书人

jquyer 奇效

发布时间: 2013-11-02 19:41:10 作者: rapoo

jquyer 特效
$("#div_olist_"+id ).animate({ height: "toggle", opacity: "toggle"}, { duration: "slow"},function(){ $("#div_olist_"+id).remove();});return; $("#div_olist_"+id ).animate({ height: 0, width: 0, opacity: 0.5 }, 500, "linear", function() { $("#div_olist_"+id).remove(); });

?

读书人网 >Web前端

热点推荐