Can anyone think why a form event would not be passed to an addEvent like 
this:

$('myform').addEvent('submit', function(event){

code...

}

I have added submit events to form elements many times with no problem, but 
the callback is not getting the event passed and therefore cannot be 
stopped for an ajax call.
There must be some dumb little thing I'm overlooking.

Thanks

Reply via email to