在被点击(在可点击的四分点之外)里夫链路被点击时,是否可拆解 j?
<><><><>>><>>>>><>>>>>>
<div id="test">
<a href="http://google.de">google</a>
</div>
JS
$(document).ready(function()
{
$( #test ).click(function() {
alert( the link was not clicked );
});
});
example
http://jsfiddle.net/QHQcQ/2/