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

Reply via email to