Skip to content

Instantly share code, notes, and snippets.

@izifortune
Created June 11, 2017 20:30
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 izifortune/f40f626b585563cca1088c34b2a4623a to your computer and use it in GitHub Desktop.
Save izifortune/f40f626b585563cca1088c34b2a4623a to your computer and use it in GitHub Desktop.
Select first 10 docs and click delete button
$('.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