-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple bgcolors in single knob #343
Comments
I realize this function by draw() <title>jQuery Knob demo</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script src="js/jquery.knob.js"></script> <script> $(function($) { $(".knob").knob({ draw : function () { // "tron" case if(this.$.data('skin') == 'tron') { this.o.min = 10.0; this.o.max = 30.0; this.o.step = 0.5; this.cursorExt = 0.3;
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i wanted to have multiple background colors in single jquery knob, is it possible?
Please help
The text was updated successfully, but these errors were encountered: