This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Feature Request: Slider Change Event #1589
Closed
Description
Can we have a change event for the slider control?
This feature will help creation of much better interactive pages.
Something like:
$('input').slider({change: function});
will be nice, and should respond to tap, slide and manual editing of the slider value in the adjacent textbox.
I used the hack available at http://stackoverflow.com/questions/4583083/jquerymobile-how-to-work-with-slider-events. It worked on the version prior to JQM 1.0a4.1, but it doesn't work anymore.
Thanks.