Obtaining original function from $.live()

Obtaining original function from $.live()


Hello all,
I'm wondering if it is possible to obtain the original function that
someone has added to a document using $.live()? When you use a
'regular' event binding, jQuery stores the original function in (for
example) jQuery.cache[3].events.click[6] (=function). However, with
the live() events, the function stored here is simply a
liveEventHandler() wrapper. So does jQuery store the original function
somewhere, or is it just referenced in that handler function and there
is no access to it?
Many thanks,
Allan