I\'m using Twitter Bootstrap and its \"tabs\".
I have the following code:
Most simple, assuming you're using the documented data-toggle="tab" syntax described here:
data-toggle="tab"
$(document).on('shown.bs.tab', function(event) { window.location.hash = $(event.target).attr('href'); });