You can respond to hash tag changes with jQuery using the window object's hashchange event.
$(window).on('hashchange',function()
{
//do something
});
You can respond to hash tag changes with jQuery using the window object's hashchange event.
$(window).on('hashchange',function()
{
//do something
});