Skip to main content

Bug Tracker

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)
  • test.html (0.6 KB) - added by blago January 28, 2010 10:12PM UTC.

    test case

Change History (1)

Changed January 29, 2010 01:29AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

I can repro in 1.3 but it appears to be fixed in 1.4.