Opened 13 years ago
Closed 13 years ago
#5945 closed bug (fixed)
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
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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
Note: See
TracTickets for help on using
tickets.
I just ran into this too. I'll need to back 1.4.1 out until this is fixed.