If anyone has used this plugin before :
https://github.com/aterrien/jQuery-Knob
im trying to apply the skin : "tron"
tried to add <input data-skin="tron">
but didnt work , also tried in the initialization code:
$(".dial").knob({
readOnly:true,
thickness:0.05,
width:100,
fgColor:"#cc0000",
bgColor:"#ccc",
skin:"tron"
});
anyone knows what might be wrong ?
Even its a very late answer, you can use the jQuery roundSlider plugin where you can achive the tron skin with simple CSS customization.
Check the below demo:
Demo - JSFiddle
Screenshot:
just in case anyone was searching for same answer , should try this , found in the demo page , dont why such code is not included in the source script though !
include this as option in the knob method: