Side navigation
#4943 closed bug (duplicate)
Opened July 22, 2009 05:31PM UTC
Closed July 23, 2009 01:02AM UTC
Using the not() filter negates the live() method
Reported by: | webbower | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('#list .entry').not('.doc_entry').live('click', function(e) {
...
}
This should apply the live click event handler to all elements with class="entry" inside id="list" that are not also class="doc_entry" however, the not() filter makes the live event binding fail.
Maybe I'm just writing the not() filter wrong, but removing it allowed the live event binding to work.
Attachments (0)
Change History (1)
Changed July 23, 2009 01:02AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #4939