`
tw5566
  • 浏览: 450568 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
社区版块
存档分类
最新评论

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

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics