Skip to content

Instantly share code, notes, and snippets.

@Chrissy
Created March 2, 2012 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Chrissy/1955189 to your computer and use it in GitHub Desktop.
Save Chrissy/1955189 to your computer and use it in GitHub Desktop.
$('.lyrics a.has_verified_annotation').each(function(i){
$(this).append('<div class="verified_line_checky"></div>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment