Skip to content

Instantly share code, notes, and snippets.

@RogerPodacter
Forked from Chrissy/gist:1955189
Created March 2, 2012 02:57
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 RogerPodacter/1955205 to your computer and use it in GitHub Desktop.
Save RogerPodacter/1955205 to your computer and use it in GitHub Desktop.
$(window).load(function() {
$('.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