Skip to main content

Bug Tracker

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 john comment:1

component: selectorevent
status: newassigned

Changed February 13, 2010 10:08AM UTC by john comment:2

resolution: → worksforme
status: assignedclosed

Yes, it should - and it does work (just re-tested and verified that it does work).