jquery accordion prevent bubbling / allow default link action
问题 I have an accordion setup as so: $('.shortheadline').accordion({ active: false, header: '.headline', autoHeight: false, animated: 'slowslide', changestart: function(event, ui) { $('.brief').css('min-height','0') }, change: function(event, ui) { $('.brief:visible').css('min-height','80px'); $('.headline').blur(); } }); I want the click to only register on the .headline div, not the link inside. The link should take you to the article page. <div class="shortheadline"> <div class="entry"> <div