-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
http://bugs.jquery.com/ticket/10320
Current:
The event object is always passed as the first parameter to an event handler, but if additional parameters are specified during a .trigger() call, these parameters will be passed along to the handler as well. To pass more than one parameter, use an array as shown here. As of jQuery 1.6.2, a single parameter can be passed without using an array.
Suggested
The event object is always passed as the first parameter to an event handler. An array of arguments can also be passed to the .trigger() call, and these parameters will be passed along to the handler as well following the event object. A single string or numeric argument can be passed without being wrapped in an array.
Metadata
Metadata
Assignees
Labels
No labels