Changes between Version 1 and Version 2 of Ticket #10574, comment 2
- Timestamp:
- Oct 25, 2011, 7:37:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10574, comment 2
v1 v2 8 8 9 9 Edit: The page that says it is allowed to use plain objects with bind: http://api.jquery.com/jQuery/#working-with-plain-objects 10 11 Edit2: i only found this page after you asked, and now that i read it completely, i guess this report is invalid, since the doc says: 12 `Should .trigger('eventName') be used, it will search for an 'eventName' property on the object and attempt to execute it after any attached jQuery handlers are executed. It does not check whether the property is a function or not. To avoid this behavior, .triggerHandler('eventName') should be used instead.` i guess i should use triggerHandler then...