$("body").click(function(event) { var tab = $(".head") tab.animate({"height":"0px"}, "slow") tab.animate({"marginLeft":"0px"}, "slow") });为什么这样做,只会执行到其中一个animate方法?我知道,可以合并为一个animate方法,只是比较疑问。
添加回答
举报
0/150
提交
取消