Results 1 comments of lyricus

Sorry, catched by onstatechange jQuery(document).ready(function () { jQuery("#Slider1").slider({ from: 5, to: 500, step: 5, smooth: true, round: 0, dimension: " Gb", skin: "plastic", onstatechange: function( value ){ alert(value); } }); });