My current base application has a URL:
localhost/
Is there a way to access localhost/#users , and in the localhost/#users URL, to refresh the page?
Currently, when I am in localhost/#users and I try
window.location.hash = #users or myBackboneRouter.navigate("users")
it does not start page refresh.
kidcapital
source share