Skip to content

Instantly share code, notes, and snippets.

@imarkdesigns
Created August 5, 2013 12:27
Show Gist options
  • Save imarkdesigns/6155543 to your computer and use it in GitHub Desktop.
Save imarkdesigns/6155543 to your computer and use it in GitHub Desktop.
jQuery Sequential List
$('.menu > li').each(function (i) {
i = i+1;
$(this).addClass("mn"+i);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment