jquery-howto.blogspot.com
Submitted by: David Walsh

Working with jQuery 1.3’s New Event Object (jQuery.Event)

In jQuery 1.3 event object has been normalized and wrapped into jQuery.Event object. As it says in the documentation: “The event object is guaranteed to be passed to the event handler (no checks for window.event required).”

direct link