Benefits of .click() over .bind('click') in jQuery

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-05-30T14:09:44Z Indexed on 2010/05/30 14:22 UTC
Read the original article Hit count: 136

Filed under:

Is there any benefit to using .click() over .bind('click') or vice-versa besides the amount of typing you have to do?

© Stack Overflow or respective owner

Related posts about jQuery