$(function(){ $('#myTab a').click(function (e) { e.preventDefault(); $('#notab').hide(); $(this).showTab('show'); location.hash = $(this).attr('href'); }); });