$(function(){ setinterval(function(){ $(".partner-show-list .pt-left").trigger("click"); },4000); var curhref = location.href; var nav = [ '#home#', 'about', 'solution', 'service', 'yuangongfuwu', 'jobs', 'lianxiwomen' ]; $("#head-nav li a").each(function(index){ if(curhref.indexof(nav[index])>0){ $("#head-nav li a").eq(index).addclass("active"); return false; } }); });