Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created May 10, 2012 07:55
Show Gist options
  • Save marocchino/2651788 to your computer and use it in GitHub Desktop.
Save marocchino/2651788 to your computer and use it in GitHub Desktop.
$("ul.list").each ->
$(this).find("span.detail").each (i,span)->
$(span).addClass "d#{(Math.floor(i/6) + 1)}"
return
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment