Skip to content

Commit

Permalink
Add an example of the rotation option
Browse files Browse the repository at this point in the history
  • Loading branch information
mal committed Jan 26, 2014
1 parent 337ab0e commit 3ef3110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ <h1>jQuery Knob</h1>
data-fgColor="#66CC66"
data-angleOffset=-125
data-angleArc=250
data-rotation=anticlockwise
</pre>
<input class="knob" data-angleOffset=-125 data-angleArc=250 data-fgColor="#66EE66" value="35">
<input class="knob" data-angleOffset=-125 data-angleArc=250 data-fgColor="#66EE66" data-rotation="anticlockwise" value="35">
</div>
<div class="demo" >
<p>&#215; 5-digit values, step 1000</p>
Expand Down

0 comments on commit 3ef3110

Please sign in to comment.