What I get from location.href is like this:
location.href
http://stackoverflow.com/questions/ask
But I only want to get questions/ask
questions/ask
location.pathname.substr(1) would that be.
location.pathname.substr(1)