jquery

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编辑  收藏  举报