Skip to content

Instantly share code, notes, and snippets.

@brunogama
Created October 23, 2014 18:54
Show Gist options
  • Save brunogama/8e78f455d20435cb4c8c to your computer and use it in GitHub Desktop.
Save brunogama/8e78f455d20435cb4c8c to your computer and use it in GitHub Desktop.
because life is too short
$('.episodecell').each(function(index){ window.location = $(this).attr('href').replace('episode', 'delete_item') });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment