moving the slider handle triggers change event on the input or select.

This commit is contained in:
scottjehl 2010-10-20 19:08:56 -04:00
parent b15b9153a4
commit 2f38d99d45

View file

@ -61,6 +61,7 @@ $.fn.slider = function(options){
else {
control[0].selectedIndex = val;
}
control.trigger("change");
}
function slideUpdate(event, val){