Skip to content

Instantly share code, notes, and snippets.

@getanwar
Created September 26, 2016 12:14
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 getanwar/a84e397cf45612c6514da8101d18c68c to your computer and use it in GitHub Desktop.
Save getanwar/a84e397cf45612c6514da8101d18c68c to your computer and use it in GitHub Desktop.
Dribbble: Like all visible items
$('.fav').not('.marked').each(function(e) {
$(this).find('.toggle-fav').click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment