Skip to content

Instantly share code, notes, and snippets.

@jkubecki
Created November 8, 2016 18:35
Show Gist options
  • Save jkubecki/6ea7abb422abef304258655c5e37b31c to your computer and use it in GitHub Desktop.
Save jkubecki/6ea7abb422abef304258655c5e37b31c to your computer and use it in GitHub Desktop.
Select all items in Pocket in edit mode
$("li.item").each(function() { $(this).addClass('item_bulkeditselected'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment