Jqueryui - Accordion - Setting Active Using Id
I've checked a number of sites trying to figure this out. However, I have had no luck and figured I would go ahead and make a post on here. What I am trying to do is setting the Ac
Solution 1:
Set active
based on the h3
index:
active: $('#accordion h3').index($('.content3'))
Post a Comment for "Jqueryui - Accordion - Setting Active Using Id"