摘要: 1.每4个ul 包裹DIV怎么写? $("ul:nth-child(4n)").each(function(i){ $("ul").slice(i*4,i*4+4).wrapAll("<div></div>");}); 2.$.proxy( foo, obj, 5, 10 );LINK 阅读全文
posted @ 2016-05-18 10:18 菜蛋 阅读(94) 评论(0) 推荐(0) 编辑