I have created a mobile website using the jQuery mobile framework, and on one page, I have a collapsible panel which needs to be set as closed by default for direct traffic. However, I would like a certain link to take the user to the page with the collapsible panel on but on this occasion have the panel expanded automatically on entry.
Is this possible? if so how?
(for more info, each page is in the same html document as per the jQuery mobile docs; the collapsible panel is at the page #shopinfo)