For a URL like http://[www.example.com]:80/search?q=devmo#test
-
hash– returns the part of the URL that follows the#symbol, including the#symbol. You can listen for thehashchangeevent to get notified of changes to the hash in supporting browsers.Returns: #test -
href– returns the entire URL.Returns: http://[www.example.com]:80/search?q=devmo#test