Код: Выделить всё
$(window).load(function() {
var hash = window.location.hash.substr(1);
var buttonFilter = '.'+hash;
$('button#'+hash).addClass('is-checked');
var filterValue = $(buttonFilter).data('filter');
$grid.isotope();
$grid.isotope({ filter: filterValue });
});
Подробнее здесь: https://stackoverflow.com/questions/787 ... -parameter
Мобильная версия