Skip to content

Instantly share code, notes, and snippets.

@muskie9
Created August 28, 2015 17:29
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 muskie9/007c5d3acf6db87153f8 to your computer and use it in GitHub Desktop.
Save muskie9/007c5d3acf6db87153f8 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
jQuery.each('.same', function(index){
var newClass = 'extra' + index;
jQuery(this).addClass(newClass);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment