Ok, cool, thank you. :)
Glen
On Nov 27, 2007 12:35 PM, David Serduke <[EMAIL PROTECTED]> wrote:
>
> This won't work for every javascript library of course but for jQuery
> I believe you can use the internal .data() functions to find the
> handlers.
>
> http://docs.jquery.com/Internals/jQuery.dat
This won't work for every javascript library of course but for jQuery
I believe you can use the internal .data() functions to find the
handlers.
http://docs.jquery.com/Internals/jQuery.data#elem
var elem = $("a").get(0);
var handlers = jQuery.data(elem, "events") || {};
var clicks = handlers["cl
2 matches
Mail list logo