gpt4 book ai didi

javascript - 使用 jQuery 插件 Quicksand 获取 "rawDestElement is undefined"

转载 作者:行者123 更新时间:2023-12-01 02:16:15 25 4
gpt4 key购买 nike

我正在使用jQuery Quicksand plugin -- http://jsfiddle.net/se9pY/

但我在 FireBug 中得到 rawDestElement is undefined...

$(function() {
$("#filter a").click(function() {
var $this = $(this),
$oriColl = $("#boxes"),
$clonedColl = $oriColl.clone(),
filtered = ($this.text() == "all") ? $("#boxes li") : $("#boxes li[data-type=" + $this.text() + "]");

$("#boxes").quicksand(filtered, { duration: 800, easing: 'easeInOutQuad' });
});
});

怎么了?

最佳答案

我不久前遇到了这个问题,结果证明这是一个简单的疏忽。您现在可能已经明白了这一点,但您可能只需要所有列表项上有一个唯一的 data-id 属性。

<li data-type="test" data-id="id-1">...</li>

关于javascript - 使用 jQuery 插件 Quicksand 获取 "rawDestElement is undefined",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5140549/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com