= window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
function ready(cb) {
/in/.test(document.readyState)
? setTimeout('ready('+cb+')', 9)
: cb();
}
получилось одной строчкой сделать $( "a.portfolio__category-item-link[href='"+window.location.hash+"']" ).addClass('portfolio__category-item-link_active');
Обсуждают сегодня