Skip to content

energy01/jQuery-Knob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Knob

  • canvas based ; no png or jpg sprites
  • touch events implemented
  • downward compatible ; overloads an input element

Options

The following options (data-*=attributes) are supported :

  • min : min value
  • max : max value
  • cursor : display mode "cursor" | default=gauge
  • thickness : gauge thickness
  • width : dial width
  • displayInput : default=true | false=hide input
  • fgColor : foreground color
  • bgColor : background color
  • ticks : number of ticks | 0=disable
  • tickColor
  • tickLength
  • tickWidth
  • tickColorizeValues : colorize ticks
  • readOnly : disable input and events
  • skin : default | "tron"

Example :

<input type="text" value="75" class="dial">

<script>
$(function() {
    $(".dial").knob();
}
</script>

About

Nice, downward compatible, touchable, jQuery dial control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published