$(function() {
var labelArr = new Array("", "1 hour", "12 hours", "1 day", "3 day", "1 week");
$( "#slider" ).slider({
value:3,
min: 1,
max: 5,
step: 1,
slide: function( event, ui ) {
$( "#days" ).val( ui.value );
$("#label").html(labelArr[ui.value]);
}
});
$( "#days" ).val($( "#slider" ).slider( "value" ) );
$("#label").html(labelArr[$( "#slider" ).slider( "value" )]);
});
Very neat blog article.Really thank you! Will read on…
Enjoyed every bit of your post. Cool.
I appreciate you sharing this blog article.Much thanks again. Keep writing.
There’s certainly a great deal to find out about this topic. I love all of the points you have made.
Thanks again for the post.Thanks Again. Fantastic.
Appreciate you sharing, great article post.Much thanks again. Much obliged.