Skip to content

Instantly share code, notes, and snippets.

@rwagner00
Created March 13, 2015 16:32
Show Gist options
  • Save rwagner00/e0b56d9b752074435ca8 to your computer and use it in GitHub Desktop.
Save rwagner00/e0b56d9b752074435ca8 to your computer and use it in GitHub Desktop.
Remove all the Panes!
jQuery('.pane-delete').each(function() { jQuery(this).trigger('click'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment