[jQuery] [jquery-ui] [ui accordion] binding extra code to accordion anchor clicks
Hi,
Accordion anchors do not respond to click even though you bind them:
<code>
$("a").bind("click", function(){
alert('clicked');
});
</code>
What would be the correct way to bind some extra code to accordion
anchor clicks?
Thanks!
-Nestor