Skip to main content

Bug Tracker

Side navigation

#5945 closed bug (fixed)

Opened January 26, 2010 08:31PM UTC

Closed February 05, 2010 02:39AM UTC

live namespaced events

Reported by: vectorjohn Owned by: brandon
Priority: major Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: live namespace Cc:
Blocked by: Blocking:
Description

Namespaced events don't work with live anymore (they are never fired).

e.g.,

$('h1').live('click.foo', function(){ alert('clicked'); });

nothing happens when an h1 is clicked.

See this test:

http://vectorjohn.com/tests/jquery_live.html

Attachments (0)
Change History (2)

Changed January 29, 2010 06:14PM UTC by aheckmann comment:1

I just ran into this too. I'll need to back 1.4.1 out until this is fixed.

Changed February 05, 2010 02:39AM UTC by john comment:2

resolution: → fixed
status: newclosed

Honestly, I'm a bit surprised that they ever worked, in any capacity. I just landed a proper implementation of this.

http://github.com/jquery/jquery/commit/be2407e233f1731e3f0ec79bdc8efaadd1f32f9f