0
My problem is this: I have a list (ul>li) that when you click on one of them, you should go to a page containing the specific accordions.
This is the website: www.alfacontabil.com.br
On the homepage I have Services and Queries, each with its own list.
When you click on a list item, you have to go to the page, but with the content open. Ex: If you click on Services > For your Company, on the specific page accordion should come with the open content 'For your Company'.
So the user thinks he is going to the page of content A, but on this page has an accordion with content A, B and C? divide these contents? To do this you want, you will have to add a Reader in the "load" event of the page, and check if an anchor (#) has been specified. If it was, you have to hide the default accordion tab, and then show the correct tab... It’s worth it?
– Rui Pimentel