I used window.location.href when i navigate form one html page to another html page i am   getting white screen and then page 2 will be display.
Following is my code i use html5,jquery mobile,phoneGap
 $("#search").on("click", function() {  
            window.location.href='index.html#searchModule';         
        });