Skip to content

Commit eb9e394

Browse files
committed
README.md
1 parent de7b83d commit eb9e394

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

8484
Example
8585
-------

0 commit comments

Comments
 (0)