jQuery Knob
Great jQuery knob
http://anthonyterrien.com/knob/"
<input type="text" value="75" class="dial">
<script>
$(".dial").knob({
'change' : function (v) {
console.log(v);
}
});
</script>
Written by Sebastiaan
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#