2/18/2015 4:40:20 PM

You can respond to hash tag changes with jQuery using the window object's hashchange event.

$(window).on('hashchange',function() { //do something });