admin管理员组文章数量:1309988
i'm using the datetime picker plugin, when i use the option to show
+- buttons next to the slider it doesn't work i don't know why
Notice
- i'm trying to show this on a desktop browser
- my console doesn't show any errors
i'm using this given code from the plugin web site
$('#slider_example_3').datetimepicker({
addSliderAccess: true,
sliderAccessArgs: { touchonly: false }
});
jsFiddle to show the problem
i'm using the datetime picker plugin, when i use the option to show
+- buttons next to the slider it doesn't work i don't know why
Notice
- i'm trying to show this on a desktop browser
- my console doesn't show any errors
i'm using this given code from the plugin web site
$('#slider_example_3').datetimepicker({
addSliderAccess: true,
sliderAccessArgs: { touchonly: false }
});
jsFiddle to show the problem
Share Improve this question edited Sep 26, 2013 at 12:32 Mina Gabriel asked Aug 20, 2013 at 13:17 Mina GabrielMina Gabriel 25.2k26 gold badges99 silver badges128 bronze badges1 Answer
Reset to default 7Is not working because you must include an additional script jquery-ui-sliderAccess.js
I can't find any indication in the docs, but I found it be checking the examples on the site.
Script here: http://trentrichardson./examples/timepicker/jquery-ui-sliderAccess.js
Working demo: http://jsfiddle/IrvinDominin/6FGgA/
本文标签: javascriptjQuery UI datetimepicker option sliderAccess not Showing buttonsStack Overflow
版权声明:本文标题:javascript - jQuery UI datetimepicker option sliderAccess not Showing buttons - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741791237a2397668.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论