We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa59bdf commit 13f9310Copy full SHA for 13f9310
tests/visual/spinner/spinner.html
@@ -10,8 +10,15 @@
10
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
11
<script type="text/javascript" src="../../../ui/jquery.ui.button.js"></script>
12
<script type="text/javascript" src="../../../ui/jquery.ui.spinner.js"></script>
13
+ <script type="text/javascript" src="http://jqueryui.com/themeroller/themeswitchertool/"></script>
14
<script type="text/javascript">
15
$(function() {
16
+ $.fn.themeswitcher && $('<div/>').css({
17
+ position: "absolute",
18
+ right: 10,
19
+ top: 10
20
+ }).appendTo(document.body).themeswitcher();
21
+
22
$('#spinner').spinner({
23
start: function(event, ui) {
24
console.log(event.type, ui.value, $(this).spinner("value"));
0 commit comments