Modify ↓
Ticket #5675 (closed bug: duplicate)
if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data
| Reported by: | heyow | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | event | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data. The second argument passed to the callback function is always the selector to which the event was bound.
See the attached example. The first result is '#test'. The second result is what i expected both to be: it is {key: 'value'}
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

