mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-15 03:41:00 +00:00
moving the slider handle triggers change event on the input or select.
This commit is contained in:
parent
b15b9153a4
commit
2f38d99d45
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ $.fn.slider = function(options){
|
|||
else {
|
||||
control[0].selectedIndex = val;
|
||||
}
|
||||
control.trigger("change");
|
||||
}
|
||||
|
||||
function slideUpdate(event, val){
|
||||
|
|
|
|||
Loading…
Reference in a new issue