Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$(window).on('hashchange', function(){
// Code
});
if(window.location.hash) {
// Es existiert ein #...
// Hier die Frage, if hash === #test1 {}
if (window.location.hash === #test1) {
//Code
}
if (window.location.hash === #test2) {
//Code
}
} else {
// Es existiert kein #...
}