$(document).ready(function(){
if($(".child li").hasClass('active_link')){
$(this).closest('ul.parent').addClass('active');
}
});
window.addEventListener("hashchange", function(evt) {
$(document).ready(function(){
if (window.location.href.indexOf("#4") > -1){
//событие
}
});
}, false);
window.addEventListener("hashchange", function(evt) {
if (window.location.href.indexOf("#4") > -1){
//событие
}
}, false);
У меня на работает: parent, parents, prev, closest
Вот код полностью (между script), может функции на хватает: