$("body").click(function(event) {
var tab = $(".head")
tab.animate({"height":"0px"}, "slow")
tab.animate({"marginLeft":"0px"}, "slow")
});
为什么这样做,只会执行到其中一个animate方法?
我知道,可以合并为一个animate方法,只是比较疑问。
宝慕林4294392
相关分类