Skip to content

Instantly share code, notes, and snippets.

@courgette
Last active December 15, 2015 11:39
Show Gist options
  • Save courgette/5254941 to your computer and use it in GitHub Desktop.
Save courgette/5254941 to your computer and use it in GitHub Desktop.
//itemLength is the number of element and $item is your item
for(var i = 0; i < itemLength; i=i+4) {
$items
.slice(i, i+4)
.wrapAll('<div class="group"/>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment