Opened 14 years ago
Closed 14 years ago
#3833 closed bug (fixed)
live() does not work for a non-existent id selector
Reported by: | Owned by: | john | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | core | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
live() does not seem to work for an id selector which does not exist initially but is inserted later in DOM through AJAX. It seems to work fine if I use a class selector for the same element.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | 1.3 → 1.3.1 |
---|---|
need: | Review → Test Case |
Owner: | changed from brandon to john |
Version: | → 1.3 |
comment:3 Changed 14 years ago by
Component: | event → core |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in SVN rev [6140].
Note: See
TracTickets for help on using
tickets.
I added one example to illustrate the issue.