m using Jquery - isotope from http://isotope.metafizzy.co/

i noticed that the linking to a specific category is not possible since it filters using “data-filter” The links are:

PHP Code:
<a href="#" data-filter="*" >all</a>
<
a href="#" data-filter=".logo" >logo</a>
<
a href="#" data-filter=".design" >design</a
i tried using linking like this below but it didn't work:
PHP Code:
<a href="portfolio.html#filter=logo" data-filter=".logo">logo</a
can anyone see if there’s a possibility to link to the “design” or "logo" category from another page? so that it would be already filtered when the user reaches the page.