Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
смотрелПроверять наличие document.location не?
Например document.locaton.search покажет параметры после "?"
А document.location.hash после "#".
Для просмотра ссылки Войдиили Зарегистрируйся - здесь узнаешь остальное.
$(function(){
var h = location.hash;
if(h == "func") {
...
}
if(h == "func2") {
...
}
})
document.location.pathnameсмотрел
но ? и # в урле нетHTML:$(function(){ var h = location.hash; if(h == "func") { ... } if(h == "func2") { ... } })
site.ru/file/