Skip to content

Instantly share code, notes, and snippets.

@tgk
Created December 4, 2011 09:27
Show Gist options
  • Save tgk/1429717 to your computer and use it in GitHub Desktop.
Save tgk/1429717 to your computer and use it in GitHub Desktop.
$("#slider-range").slider
range: true
min: 0
max: 20
values: [5, 11]
slide: (_, ui) -> console.log ui.values[0] + ", " + ui.values[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment