Difference between $().click(fn), $().bind(‘click’,fn), $().live('click',fn) and $().delegate('td',
Posted
by I Like PHP
on Stack Overflow
See other posts from Stack Overflow
or by I Like PHP
Published on 2010-06-02T04:03:39Z
Indexed on
2010/06/02
4:13 UTC
Read the original article
Hit count: 668
jQuery
Hello All,
i know there are a lot of question similar to this, but i want to know clear difference between all of these jQuery function together on this page with example , so that it will be very helpful for me to understand the mechanism of all of these function. i have also read the reference on jQuery main site, but there is no comparison.
Please do not refer any link if there is a part of question belong to that.
please describe how all four function exactly works in different manner . and which should be prefer in which situation.
note: if there are any other function with same functionality/mechanism , then please share.
Thanks a lot
© Stack Overflow or respective owner