I\'ve got the following code:
some text
Add a click handler to your link and stop event bubbleing to the parent div. Like this:
$('#link').click(function(e) { e.stopPropagation(); });