Jquery mobile page change jumps back to previous page

Jquery mobile page change jumps back to previous page

Hello, 

I've a big problem with a jQuery Mobile Application: I'm using changepage to switch the page with currentPage. There are no transitions included still it jump back to previous page. And declared $(document).bind("mobileinit", function(){ 
$.mobile.pushStateEnabled = false; 
$.mobile.defaultPageTransition = 'none'; 
}); 

Before the jquery mobile js loads. 

Any one can help me how can I solve this issue??