简体   繁体   中英

Visual edit jquery knob

I have a problem with the visual adaptation of the script. I would like to number in the middle looks like the one in the picture. Where is a different color and a % character in the end.

图片

How I can edit it. I must do it on jquery.knob.js or on some other file like css?

I don't think you can add a % symbol at the end of the count.

However, you can change the color code of the count by using the inputColor parameter.

Initialize the plugin as -

$(".cs_knob").knob({
//other parameters-----
inputColor : '#34EB40', //Color of the count text
});

Below is a visual edit fiddle for the jQuery knob where you can play with all configurations - http://bitconfig.com/jquery-knob/bitconfig_jquery_knob.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM