for example, from main page #main_page to list_page then to edit_page:
//goto to list_page working
window.location.href='#list_page';
then goto edit_page not working, actually edit_page is open but covered by list_page
window.location.href='#edit_page';
for example, from main page #main_page to list_page then to edit_page:
//goto to list_page working window.location.href='#list_page'; then goto edit_page not working, actually edit_page is open but covered by list_page window.location.href='#edit_page';