jquery.knob.js是一款非常棒的JQuery旋钮插件,应用灵活,体积小,功能强大。
注意事项:
1)1.2.12版本没有做向下兼容,之前1.2.0 中change在mousewheel事件执行的时候会有回调,1.2.12版本去掉了change事件的监听;
2)没有阻止冒泡事件,当拖动旋钮更新值的时候,如果放在可拖动模态框中,模态框会跟随拖动。
(下载的附件中附有DEMO)
<input type="text" value="75" class="dial">
<script>
$(function() {
$(".dial").knob();
});
</script>
GitHub 地址 :https://github.com/aterrien/jQuery-Knob
在线演示 :http://www.jqueryfuns.com/resource/view/174