We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383a175 commit 9eaca13Copy full SHA for 9eaca13
entries/on.xml
@@ -161,7 +161,7 @@ $( "div" ).trigger( "click", { name: "Jim" } );
161
]]></code>
162
</example>
163
<example>
164
- <desc>Use the the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
+ <desc>Use the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
165
<code><![CDATA[
166
$( "div" ).on( "click", function( event, salutation, name ) {
167
alert( salutation + ", " + name );
0 commit comments