Hello, we’ve just upgraded from 3.1.0 to 3.5.0. It appears the valuechanged event is not firing in the scrollbar. For a demonstration, I’ll link the jsfiddle from the jqwidgets.com documentation for the scrollbar:
http://jsfiddle.net/jqwidgets/BZHvF/
The value is not being put in the div.
It appears the case changed on the event to valueChanged, so where $fred = $(‘<div>’).jqxScrollbar({ … }).on(‘valuechanged’,function(){}) doesn’t work, $fred = $(‘<div>’).jqxScrollbar({ … }).on(‘valueChanged’,function(){}) *does* work.