I have one link: <a id="woof" href="form.php">Form</a>

then I have:

$('a#woof').click(function() { do ajax form }

I've done this to make the user without javascript still able to see
the form, the problem is that it follows the link even when java is
enabled.. how can I avoid this?

Thanks

Reply via email to