$(function() { var pgurl = window.location.href.substr(window.location.href .lastIndexOf("/") + 1); $("#mfMenu li a").each(function() { if ($(this).attr("href") == pgurl || (pgurl == '' && $(this).attr("href") == 'index.html' )) $(this).addClass("active"); }) });