$('.hide-next').click(function() {
var parentEls = $(this).parents('.hide-next')
.map(function () {
return $(this).text();
})
.get().join("/");
console.info(parentEls);
//window.location.hash = parentEls;
});
вот такой код выводит в консоль пустые строчки.