Opened 13 years ago
Closed 13 years ago
#5187 closed bug (fixed)
getElementsByTagName optimization breaking $('div').live()
Reported by: | flesler | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('div').live('click', ...) won't work because context is undefined.
Note: See
TracTickets for help on using
tickets.
Fixed at [6543].