Advertisement
Guest User

Untitled

a guest
Sep 8th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var article = $('article.post').slice(4);
  2.   if (article.length > 4) {
  3.     article.wrapAll('<section class="art-wrapper group"></section>');
  4.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement