Skip to content

Instantly share code, notes, and snippets.

@daz
Created February 28, 2017 06:15
Show Gist options
  • Save daz/883dafe16ab08c58d0271980f863102b to your computer and use it in GitHub Desktop.
Save daz/883dafe16ab08c58d0271980f863102b to your computer and use it in GitHub Desktop.
Tumblr Mass Post Editor selector
highlighted = $('.highlighted');
for (var i = 0; i < highlighted.length; i++) {
highlighted[i].remove();
}
photos = $('.photo');
for (var i = 0; i < 100; i++) {
photos[i].className = photos[i].className + ' highlighted';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment