Skip to content

Instantly share code, notes, and snippets.

@kdankov
Last active December 22, 2015 04:08
Show Gist options
  • Save kdankov/6414891 to your computer and use it in GitHub Desktop.
Save kdankov/6414891 to your computer and use it in GitHub Desktop.
Wrap 2 elements - for Niki
$("#admin-layers-nav input[type=checkbox]")
.siblings("br").remove().end()
.each(function(index){
$(this).next("label").addBack().wrapAll('<div class="new" />');
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment