Created
December 4, 2011 09:27
-
-
Save tgk/1429717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#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