JQM 1.3rc1 - Open method for panel not run after using the browser's back button
Hi,
While testing the new panels in JQM 1.3rc1 I ran into this problem. I use the following code to open a panel and that works just fine:
$( document ).delegate("#panels", "pageinit", function() {
$( "#leftpanel2" ).panel( "open");
});
However, after that I
- follow a link in my site to another site (in another domain) and then
- use the browser's back button to return to my site
After returning, the panel init script is not run again, which causes the panel not to open again (which is something of a bummer, really).
I suspect this is not specific to JQM 1.3rc1, but still. Any ideas?
Thnx,
Jasper