Created
June 11, 2017 20:30
-
-
Save izifortune/f40f626b585563cca1088c34b2a4623a to your computer and use it in GitHub Desktop.
Select first 10 docs and click delete button
This file contains hidden or 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
$('.contentTableList_myx .tab_myx a').slice(0, 10).toArray().forEach(el => $(el).trigger('click')); | |
$('#contentAction_delete_myx > div > a > span > button').trigger('click') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment