if(window.location.pathname.search('index.html') != -1) { $('#nav li:first').addClass('current'); } // else if() ....