I have a custom onclick handler for a block element (set up through jQuery's .click() method). This block element can contain links.
I'm fairly certain this is possible, so, how do I have the handler simply return if it was a link I clicked on (so that the link is visited without running my code)?