有没有办法可以预过滤此页面以仅显示“应用程序”。
就像,如果我访问http://razorjack.net/quicksand/demos/one-set-clone.html#app它只会显示“应用程序”。这可能吗?
谷歌搜索一些人说这会有所帮助:
if(window.location.hash) {
// run code here to filter the quicksand set
var $filteredData = $data.find('li[data-type=' + window.location.hash + ']');
$applications.quicksand($filteredData, {
duration: 800
});
}
但我不知道在哪里使用它。
非常感谢您在这里的任何帮助- 真的卡住了。