$("#pageselector").page("destroy").page() is taking a long time to complete.
Hi,
I am using jquerymobile 1.4.2 i am populating my page dynamically so every time using $("#pageselector").page("destroy").page() to refresh the page but it is taking high amount of time to process in mobile more than 1second for heavy content page.
in page1 i have link for page2 after clicking the link i will populate the page an then refreshes it but becoz of this its taking a long time to get the page after clicking on the link.
is there any way to reduce it.
Thanks in advance