I am using this plugin http://www.asual.com/jquery/address/ for detecting hash changes and such for my website, it only uses this for its navigation so it's a vital part of the users experience. Now this works perfect for everything I am doing with it, except it doesn't trigger the event if the hash doesn't change/isn't different than the last hash url that was clicked, for example if I'm on example.com/home and click the homepage icon again it doesn't reload the page again, like if you are just using regular links it does. I haven't been able to figure out how to achieve this for all links that are part of the url. (not just all tags because I use tags without it being a navigational part. So any help would be great, thanks.
$.address.change(function(event){
///events to be triggered on hash change
});