According to this:

http://drupal.org/node/1541852

you can't override the 'click' javascript handler, you can add a 'mousedown' listener, but how to prevent the click?

I need to put a clientside validation on this ajax form but i can't prevent the submit behavior if it don't validate...

Thanks