gpt4 book ai didi

jquery - 如何使用 Jquery Knob 显示单位

转载 作者:行者123 更新时间:2023-12-01 06:27:09 25 4
gpt4 key购买 nike

我正在使用 Jquery 旋钮( http://anthonyterrien.com/knob/ ),它工作得很好,但不是在中间显示无量纲数字,我想用它显示单位 ei % 或 F 等...我该怎么做?

最佳答案

$("input.Measure").knob({
min: 1
max: 10
stopper: true,
readOnly: false,//if true This will Set the Knob readonly cannot click
draw: function () {
$(this.i).val(this.cv + '%') //Puts a percent after values
},
release: function (value) {
//Do something as you release the mouse
}
});

关于jquery - 如何使用 Jquery Knob 显示单位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18955708/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com