Can anyone please help me to work out how to achieve the following? I have a set of divs of unknown size. Each div has a class of .feature. I need to run a jQuery script to
I used this code to format a set of divs into a two column table:
$('.feature:even').each(function () { $(this).add($(this).next()).wrapAll(""); }); $('.feature').wrap(''); $('tr').wrapAll(''); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题