Side navigation
#5976 closed bug (worksforme)
Opened January 28, 2010 10:12PM UTC
Closed January 29, 2010 01:29AM UTC
die() fails to unbind listeners
| Reported by: | blago | Owned by: | brandon | 
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.2 | 
| Component: | event | Version: | 1.3 | 
| Keywords: | live die selector | Cc: | |
| Blocked by: | Blocking: | 
Description
The flowing code fails to unbind the event handler:
$("a.callout[class*=company]").live("click", function() {
alert('ouch');
return false;
}).die("click");
Attachments (1)
Change History (1)
Changed January 29, 2010 01:29AM UTC by comment:1
| resolution: | → worksforme | 
|---|---|
| status: | new → closed | 
I can repro in 1.3 but it appears to be fixed in 1.4.