Just pass the event object through this private jQuery method:
event = $.event.fix(event); Although, why not just use jQuery to bind the events in the first place? -- Brandon Aaron On 7/25/07, Jeff L <[EMAIL PROTECTED]> wrote:
Hi, Is there a way to take a normal event object and convert it to a jQuery event object so everything gets normalized? Or can you only use the jquery event stuff when you use the jQuery events themselves? Hope this makes sense. Thanks, Jeff