As changePage
is deprecated in jQuery mobile, I am using pageContainer
as follows
$.mobile.pageContainer.pageContainer("change", "springboard.html", {});
and even this
$(':mobile-pagecontainer').pagecontainer("change", "springboard.html", {});
but none of the above are working , i am firing this above method on a button click.
jquery mobile pageContainer issues
pagecontainer change function not working
i have checked other threads too but no luck