Do you know where javascript events are stored ? In elements dom or
somewhere ?
If yes I would be able to keep them apart, unbind and rebind with my
stuff then the old bindings I kept apart ?
Maybe what I say is silly, I don't know
After much googling, I found this, which states that the firing order of
multiple event handlers bound to the same event is arbitrary:
http://tinyurl.com/3c7nso
-- Josh
----- Original Message -----
From: "Fabien Meghazi" <[EMAIL PROTECTED]>
To: <jquery-en@googlegroups.com>
Sent: Wednesday, October 03, 2007 2:47 PM
Subject: [jQuery] Re: Bind event that should be executed first
$("#myform").submit(function() {
// do your textarea thing here
var v = $(this).validate(validateoptionshere);
Do you know where javascript events are stored ? In elements dom or
somewhere ?
If yes I would be able to keep them apart, unbind and rebind with my
stuff then the old bindings I kept apart ?
Maybe what I say is silly, I don't know
--
Fabien Meghazi
Website: http://www.amigrave.com
Email: [EMAIL PROTECTED]
IM: [EMAIL PROTECTED]