I managed to bind the click using:
$(".ui-accordion-header").bind("click", function() {
   alert('clicked');
});

On Jan 10, 10:15 am, "nestor.urquiza" <[email protected]>
wrote:
> 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to