$(function (){ $('.tabsfree a').on('click',function(event){ event.preventDefault(); var hash = '#tab3'; location.hash != hash && (location += hash); $('.block iframe')[0].src = this.href; }); })