Why won't .live() work with my custom event, but .bind() will?
Posted
by Jason
on Stack Overflow
See other posts from Stack Overflow
or by Jason
Published on 2010-04-27T08:05:51Z
Indexed on
2010/04/27
8:23 UTC
Read the original article
Hit count: 115
I'm thinking it's a bug, but as of 1.4.2, .live()
is supposed to support custom events. Here's a quick little demo: http://jsbin.com/erofi/edit
Is it a bug, or am I doing something wrong with my triggers?
© Stack Overflow or respective owner