I saw some of websites executes a JavaScript function based on has in the URL. For example,
when I access http://domain.com/jobs#test
then the website execut
Have a look at This. See the property table. location.hash should help you.