Hi. I'm a newbie and I try to understand how to create a link to access a specific item on an accordeon.
I tried with your exemple :
http://pickplugins.com/demo/accordions/open-via-url-parameter/?id=2#ui-id-5
This will open the third (start at zero) item. But I still don\'t understand what \"ui-id-5\" stands for...
And what If I have a page with 2 differents accordeons on the same page and want to open let say the third item of second accordion?
How to identify a specific arccordion... I\'m a bit lost... thanks...
Okay... I have to give a specific CSS ID to each of my accordions...
Then I can identify them... And it works... allmost... because this kind of link :
https://www.mypage/?id=2#my_second_accordion_CSS_ID
open "mypage" in front of my seconde accordion. But it opens the third item of BOTH of them...
Any idea how to open only the accordion specified in the link? Thanks...
Please start count from zero, if you want to keep open second item use 1 instead of 2
Regards