$(function() { var urlname = window.location.pathname; $('.navlist_a1 .swiper-slide a').each(function(){ var urlhref = $(this).attr('href'); if (urlname.indexof(urlhref)>=0){ $(this).addclass('active'); } }); }); var ind = 1;