Skip to content

mygoare/KnobKnob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

KnobKnob - a jQuery plugin for creating shiny knob controls

Usage:

$('#elem').knobKnob({
	snap : 10,			// Snap to zero if less than this deg.
	value: 154,			// Default rotation
	turn : function(ratio){
		// Do what you want here. Ratio moves from 0 to 1
		// relative to the knob rotation. 0 - off, 1 - max
	}
});

Head on to Tutorialzine for a live demo.

About

A jQuery plugin for creating shiny knob controls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • CSS 9.4%