Bind Mouse Wheel To Jquery UI Slider
I did searches and there were a few similar posts but I can't seem to get it to work. I know that its a cliche but I am quite new to JQuery and JQuery UI as my core skills is PHP, so any help is greatly appreciated. Below are the codes that I have for the JQuery vertical slider. $("#VerticalScrollBar").slider({ orientation: "vertical", change: VerticalHandleChange, slide: VerticalHandleSlide, min: -100, max: 0 }); and the functions function VerticalHandleChange(e, ui) { var maxScroll = $(".VerticalScroll").attr("scrollHeight") - $(".VerticalScroll").height(); $(".VerticalScroll").animate({