Skip to content

Instantly share code, notes, and snippets.

@cgcardona
Created October 30, 2010 19:38
Show Gist options
  • Save cgcardona/655665 to your computer and use it in GitHub Desktop.
Save cgcardona/655665 to your computer and use it in GitHub Desktop.
$("#roundedCornersSlider").slider({
min: 1,
max: 10,
stop: function(event, ui) {
var current = $(this).val();
alert(current);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment