$(".knob").knob({ change : function (value) { console.log(value); } }); this console.log isn't returning anything when scrolling with mousewheel. When dragging works just fine.