摘要: $(function () { var queueList = [ function () { $("div").animate({ height: 80, top: 40 }, "fast", nextqueue); }, function () { $("div").animate({ height: 20, top: 100 }, "fast", nextqueue); }, function () { $("div").animate({ height: 40, ... 阅读全文
posted @ 2013-11-22 13:56 Shikyoh 阅读(653) 评论(0) 推荐(0)