1

我正在使用同位素的过滤功能。我写:

$('#stage').isotope({
    filter:selector
});

在两个地方:

$(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 时,浏览器将首先加载所有项目,然后将其过滤掉。我想要的是:页面只加载过滤的项目。

4

0 回答 0