jQuery knob tron skin issue
问题 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 ? 回答1: 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