[jQuery] Links within links, and overriding clicks.

[jQuery] Links within links, and overriding clicks.


Just wondering...
When you have a link within a link:
<a id="main" href="#">This is some long row of test and here is a
<input type="button" id="clickme" value="button" /> and some more
text</a>
...how do you override the parent click event?