File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,28 +58,28 @@ Hooks
5858
5959 <script>
6060 $(".dial").knob({
61- 'release':function(e ) { /*make something*/ }
61+ 'release':function(v,ipt ) { /*make something*/ }
6262 });
6363 </script>
6464
6565* 'release' : executed on release
6666
6767 Parameters :
68- value : int, current value
69- input : jQuery element, input element
68+ + value : int, current value
69+ + input : jQuery element, input element
7070
7171* 'change' : executed at each change of the value
7272
7373 Parameters :
74- value : int, current value
74+ + value : int, current value
7575
7676* 'draw' : when drawing the canvas
7777
7878 Parameters :
79- angle : computed angle
80- value : current value
81- opt : plugin options
82- context : Canvas context 2d
79+ + angle : computed angle
80+ + value : current value
81+ + opt : plugin options
82+ + context : Canvas context 2d
8383
8484Example
8585-------
You can’t perform that action at this time.
0 commit comments