同位体のフィルター機能を利用しています。私が書いた:
$('#stage').isotope({
filter:selector
});
2 か所:
$(window).load(function() --> so
that when users type url with
hash(#), they can see the content
items which is filtered out already.
$('.filters
a').click(function(){filter:selector}); --> when users click particular link.
問題は、ハッシュされたリンクをクリックするか、ハッシュ付きの URL を入力するたびに、ブラウザが最初にすべての項目をロードし、後でフィルタリングして除外することです。私が欲しいのは:ページはフィルタリングされたアイテムのみをロードします。