File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ $( "#target" ).dblclick(function() {
47
47
<p >
48
48
<samp >Handler for .dblclick() called.</samp >
49
49
</p >
50
- <p >To trigger the event manually, apply <code >.dblclick()</code > without an argument:</p >
50
+ <p >To trigger the event manually, call <code >.dblclick()</code > without an argument:</p >
51
51
<pre ><code >
52
52
$( "#other" ).click(function() {
53
53
$( "#target" ).dblclick();
@@ -66,7 +66,7 @@ $( "#other" ).click(function() {
66
66
</longdesc >
67
67
<note id =" detach-shorthand" type =" additional" data-event =" dblclick" />
68
68
<example >
69
- <desc >To bind a "Hello World!" alert box the dblclick event on every paragraph on the page:</desc >
69
+ <desc >To bind a "Hello World!" alert box to the dblclick event on every paragraph on the page:</desc >
70
70
<code ><![CDATA[
71
71
$( "p" ).dblclick(function() {
72
72
alert( "Hello World!" );
You can’t perform that action at this time.
0 commit comments