Opened 13 years ago
Closed 13 years ago
#6001 closed bug (worksforme)
Live() should work on each selector defined
Reported by: | glovacki | Owned by: | john |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.2 |
Component: | event | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If i want to have links and list items run the same function. shouldn't $('a,li').live('click',run); be acceptable?
Change History (2)
comment:1 Changed 13 years ago by
Component: | selector → event |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yes, it should - and it does work (just re-tested and verified that it does work).