jquery UI slider not working in Safari.
- by Joe
so i have the below code, which I think is fine:
jQuery( function() {
jQuery("#slider-vertical").slider( {
orientation :"vertical",
range :"min",
min :0,
max :100,
value :50,
slide : function(event, ui) {
jQuery("#amount").val(ui.value);
var movie =…