Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Created January 25, 2017 06:56
Show Gist options
  • Save nkgokul/f5a397a618eb35ca9f68c3178d54c28d to your computer and use it in GitHub Desktop.
Save nkgokul/f5a397a618eb35ca9f68c3178d54c28d to your computer and use it in GitHub Desktop.
Prepend Counters
var count=0;
jQuery("div.contentnavlinkbox1").each(function(i, item){
jQuery(item).prepend(++count);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment