i(document.body).on('click','a',function(){ var href = this.getAttribute("href"); if(href) { document.location.href=href; } });