Skip to content

Instantly share code, notes, and snippets.

@ngscheurich
Created January 13, 2014 21:28
Show Gist options
  • Save ngscheurich/8408519 to your computer and use it in GitHub Desktop.
Save ngscheurich/8408519 to your computer and use it in GitHub Desktop.
Delete all items displayed on a "Manage Your Kindle" page
jQuery('.headerStatus[id^=Row]').each(function() { Fion.deleteItem(jQuery(this).attr('id').replace(/Row.*_/, 'deleteItem_')) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment