Skip to content

Instantly share code, notes, and snippets.

@jcsrb
Created September 9, 2014 14:55
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 jcsrb/9228561b86cae14926c7 to your computer and use it in GitHub Desktop.
Save jcsrb/9228561b86cae14926c7 to your computer and use it in GitHub Desktop.
switch dots.html().length
when 3 then dots.html("")
when 2 then dots.html("...")
when 1 then dots.html("..")
when 0 then dots.html(".")
else dots.html("...")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment