jQuery UI Widgets › Forums › General Discussions › Editors › ProgressBar › valuechanged event
Tagged: jquery ui progressbar, jqxprogressbar, progressbar
This topic contains 1 reply, has 2 voices, and was last updated by support 14 years ago.
Hey, I read in the docs about the event ‘valuechanged’ when using the progressbar. how do you handle that event?
Hi kathiduranc,
In order to handle the “valuechanged” event, you can use the following:
$('#jqxprogressbar').bind('valuechanged', function (event) { alert("Value: " + event.currentValue);});
Please do not hesitate to write us, if you have any questions.
Best Regards, Ivan Atanasov
You must be logged in to reply to this topic.