Skip to content

Instantly share code, notes, and snippets.

@Zegnat
Created July 26, 2016 06:56
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 Zegnat/cacd1d731adb339bdfcae04eb6686d1b to your computer and use it in GitHub Desktop.
Save Zegnat/cacd1d731adb339bdfcae04eb6686d1b to your computer and use it in GitHub Desktop.
$('.my_answers').each(function(){if(/(\d+), \d+, \1\)/.test(this.getAttribute('onclick')))this.style.backgroundColor='green'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment