标签: javascript html5 jquery-mobile
当我从一个html页面导航到另一个html页面时,我使用了window.location.href我将获得白色屏幕,然后将显示第2页。 以下是我的代码我使用html5,jquery mobile,phoneGap
$("#search").on("click", function() { window.location.href='index.html#searchModule'; });