Skip to content

Commit 1433095

Browse files
committed
fix jquery-ui-sliderAccess so that slider "stop" is called and bound functions (onSelect) are called in datetimepicker
1 parent 033696b commit 1433095

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jquery-ui-sliderAccess.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
$t.slider('value', newval);
6161

6262
$t.slider("option", "slide").call($t, null, { value: newval });
63+
$t.slider("option", "stop").call($t, null, { value: newval });
64+
6365
});
6466
});
6567

@@ -83,4 +85,4 @@
8385
}
8486
});
8587

86-
})(jQuery);
88+
})(jQuery);

0 commit comments

Comments
 (0)