The click, blur, keyup, etc functions are just shortcuts. So instead of:

  $(...).bind( 'click', function...

you can write:

  $(...).click( function...

Karl Rudd

On 3/6/07, Daemach <[EMAIL PROTECTED]> wrote:
>
>
> --
> View this message in context: 
> http://www.nabble.com/What-is-the-difference-in-functionality-between-bind%28%29-and-click-blur-keyup-etc%28%29--tf3352982.html#a9324408
> Sent from the JQuery mailing list archive at Nabble.com.
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to