Skip to content

Instantly share code, notes, and snippets.

@rebkwok
Created April 26, 2016 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebkwok/2cccd9ec62f63343d7451c7a41b9876e to your computer and use it in GitHub Desktop.
Save rebkwok/2cccd9ec62f63343d7451c7a41b9876e to your computer and use it in GitHub Desktop.
jQuery(document).ready(function () {
console.log(jQuery( "#id_select_layers_from" ));
jQuery( "#id_select_layers_from" ).wrap( "<div class='new'></div>");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment