Klaus Hartl schrieb:
> $('#hijax-me').submit({
> return false;
> });
Ah, btw, I made a little error here. This is correct:
$('#hijax-me').submit(function() {
return false;
});
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
