Jquery live() vs delegate()
Posted
by
PeeHaa
on Stack Overflow
See other posts from Stack Overflow
or by PeeHaa
Published on 2011-01-02T15:45:47Z
Indexed on
2011/01/02
15:54 UTC
Read the original article
Hit count: 110
jQuery
I've read some posts here and on the web about the differences of live() and delegate().
However I haven't found the answer I'm looking for (if this is a dupe please tell me).
I know the difference between live and delegate is that live can not be used in a chain.
As I also read somewhere delegate is in some case faster (better performance).
So I am wondering is there a situation where you would use live instead of delegate?
© Stack Overflow or respective owner