[jQuery] Where to paste this extension

2009-04-06 Thread jQueryAddict
trying to figure out where I'd include this script. http://happygiraffe.net/blog/2007/09/26/jquery-logging/comment-page-1/#comment-981 if I include it in my page, how is it gonna know what the var jQuery.fn.log is? I don't see how to set this up.

[jQuery] Difference between .bind() and .click()

2009-04-06 Thread jQueryAddict
I want to do something based on the click event. I was looking at examples and at the jQuery Docs. Read them but so then a .blind() is adding an event handler where .click() is obviously an event handler but you could I guess use either or to handle for example a click event: .bind('click', fun

[jQuery] Debugging jQuery in Firebug

2009-04-06 Thread jQueryAddict
I've seen a crapload of old posts but none really work well. Is everyone still just using the consol log thingy in Firebug or what? I've never used that with jQuery so I do not understand how to debug jQuery in Firebug still