Hi,
I have a Jquery Mobile app with some reports inside collapsible regions. Those reports have a pagination of three rows per page, and when I press the "Next" link it works fine, showing the next three rows. The only problem is that it reloads the page and the collapsible region returns to the default state (closed).
I want to know if there is any way to save the state of the region and load it after the page has reloaded, so the user don“t have to expand it again. I tried with some JavaScript code I found, but it didn't worked.
I'm using Apex 4.2.0.
Thanks in advance.