$(document).ready(function() { $('.header-nav-folder-title[href="/what-we-do"]').attr("href", "/what"); $('.header-nav-folder-title').click(function(){ window.location = this.getAttribute("href"); }); });