.my-col {
@include make-col-ready();
@include make-col(4, 12);
}
document.addEventListener('click', function(e) {
if (e.target.classList.contains('target') {
// код
}
}
$(document).on('click', '.target', function() {
// код
});
var url_keyword=window.location.pathname.split('/')[2]
$('a[href*="/'+url_keyword+'/"]').addClass('active')