Page is not responding after using mobile.pageContainer.pagecontainer in Jquery Mobile

59 Views Asked by At

Hey I have to change page Jquery Mobile. I am using following code :

$.mobile.pageContainer.pagecontainer("change", "#home", {
    changeHash: false,
    reload: true
});

Page is changing but click event is not working. You can say page is not responding. If I reload page then it is responding. NOTE : I am using chrome browser. And I have to reload the page forcefully that is why I am using "reload: true"

Any help/suggestion will be appreciated. Thanks

0

There are 0 best solutions below