jQuery UI Widgets Forums Editors ProgressBar valuechanged event

This topic contains 1 reply, has 2 voices, and was last updated by  support 11 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • valuechanged event #1153

    kathiduranc
    Member

    Hey, I read in the docs about the event ‘valuechanged’ when using the progressbar. how do you handle that event?

    valuechanged event #1156

    support
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.