[jQuery] Re: Determining event bindings?

2007-05-14 Thread Brandon Aaron
Found it: http://groups.google.com/group/jquery-en/browse_thread/thread/46ecc1db4ad3464b/8a6c2c234975f0e2 -- Brandon Aaron On 5/14/07, Brad Perkins <[EMAIL PROTECTED]> wrote: On May 14, 4:13 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > You can check the DOM Inspector in Firebug (looks

[jQuery] Re: Determining event bindings?

2007-05-14 Thread Brad Perkins
On May 14, 4:13 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > You can check the DOM Inspector in Firebug (looks for the $events > expando). You might want to read the short article as it might give > some insight to looking at events on > elements.http://www.learningjquery.com/2007/03/select

[jQuery] Re: Determining event bindings?

2007-05-14 Thread Brandon Aaron
You can check the DOM Inspector in Firebug (looks for the $events expando). You might want to read the short article as it might give some insight to looking at events on elements. http://www.learningjquery.com/2007/03/selecting-elements-by-properties-and-dom-expandos Also recently on the list s