#1417 closed bug (fixed)
event.trigger() doesn't return the handle() results
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | event | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Returning the results of all method calls, as an array, would probably be ideal.
This will require modification of both .trigger() and .handle().
Change History (2)
comment:1 Changed 16 years ago by
Milestone: | 1.1.4 → 1.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.1.3 → 1.1.4 |
Note: See
TracTickets for help on using
tickets.
It's now possible to call jQuery's internal trigger and get back the final result, for example:
Results in: "FOO" being sent to the console.
Fixed in SVN rev [2950].