$("#mydiv").data("events") should do the trick.

--John



On Thu, Feb 26, 2009 at 7:25 PM, weepy <[email protected]> wrote:
>
> Hi
>
> How do I access a list of event handlers (added by jQuery) associated
> with a particular DOM node ?
>
> I.e.
>
> If I had the following somewhere in my code.
>
> $("#mydiv").mousemove(function() { .... });
>
> Subsequently I want to inquire upon the DOM element $("#mydiv")[0]
> about which mousemove events it is 'attached' to?
>
> Is there a way to do this ?
>
> weepy
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to