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();
        });

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章