I already tried everything from here.
Loading before, loading after
Using
$(document).delegate("#index", "pagecreate", function()
Using
$(document).on('pageshow', '#index', function()
But no luck at all, the charts does not show up after changing pages. For pages I'm using another html pages.
Like
<a href="mobile_page1.html" data-transition="slide">left</a>
<a href="mobile_page2.html" data-transition="slide">right</a>
I'm not using the same html page, the page changes but the charts does not open, only if I click to reload it
Does anyone know the secret for it?
Thanks :)