Skip to content

Instantly share code, notes, and snippets.

@shoaibali
Created September 12, 2014 04:15
Show Gist options
  • Save shoaibali/2b89ea4aafa75c6f40fa to your computer and use it in GitHub Desktop.
Save shoaibali/2b89ea4aafa75c6f40fa to your computer and use it in GitHub Desktop.
/* This is a quick jquery hack to click all the Delete action on SilverStripe GridField. Need topen up Console in browser using F12 and paste this in */
jQuery("[title=Delete]").each(function() { jQuery(this).click(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment