Side navigation
#6001 closed bug (worksforme)
Opened February 01, 2010 07:05PM UTC
Closed February 13, 2010 10:08AM UTC
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?
Attachments (0)
Change History (2)
Changed February 01, 2010 08:38PM UTC by comment:1
| component: | selector → event |
|---|---|
| status: | new → assigned |
Changed February 13, 2010 10:08AM UTC by comment:2
| resolution: | → worksforme |
|---|---|
| status: | assigned → closed |
Yes, it should - and it does work (just re-tested and verified that it does work).