Created
September 12, 2014 04:15
-
-
Save shoaibali/2b89ea4aafa75c6f40fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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