On 12/28/06, Yehuda Katz <[EMAIL PROTECTED]> wrote:

element.onclick should be a pointer to the click function, if it exists.


jQuery also adds an "events" property to each element that it handles events
for (it contains references to all of the event handlers registered by
jQuery to that element, organized by event type), so you should copy that as
well.

element.on<<event type>> is actually a reference to jQuery.event.handle,
which takes care of calling the appropriate event handlers at the
appropriate times.

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to