[jQuery] Safari bug: return false in click()

[jQuery] Safari bug: return false in click()

Hi,
it seems to me that in Safari "return false" doesn't work in a function
attached via click(), for example:
$("p a").click(function() {
doSomething(this);
return false;
});
Here's a test page:
http://stilbuero.de/demo/jquery/click.html
Safari (2.03) still follows the link there... submit() is okay!
Regards,
Klaus
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/