$(document).ready(function(){ var index = window.location.href.lastIndexOf('/'); var filename = window.location.href.substr(index); var newUrl = filename.replace(/\//g,''); $('#nav ul a[href$= "' + newUrl + '"]').parent().addClass('currentPage'); });