We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236a5dc commit 1a6d581Copy full SHA for 1a6d581
index.html
@@ -286,7 +286,7 @@ <h1>jQuery Knob</h1>
286
data-displayInput="false"
287
+ some code
288
</pre>
289
- <input class="infinite" data-width="150" data-thickness=".5" data-fgColor="#AAAAAA" data-bgColor="#FFFFFF" data-displayInput="false" data-cursor=true>
+ <input class="infinite" value="0" data-width="150" data-thickness=".5" data-fgColor="#AAAAAA" data-bgColor="#FFFFFF" data-displayInput="false" data-cursor=true>
290
</div>
291
<div style="float:left;margin-top:200px;">
292
<div class="ival" style="width:80px;text-align:center;font-size:50px;color:#AAA">0</div>
0 commit comments