gpt4 book ai didi

jquery - 如何使用 jQuery 停止 spin.js 旋转器

转载 作者:行者123 更新时间:2023-12-03 22:00:21 27 4
gpt4 key购买 nike

刚刚使用了很酷的 spin.js (http://fgnass.github.com/spin.js/) 和 jQuery。

我正在向微调器添加类似的内容

$('#students-list td:nth-child(5)').live('ajax:before', function(){
$(this).append().spin(spinOpts);
});

但在 Ajax 完成事件之后无法停止它。如何调用 stop() 方法?

谢谢大家!

最佳答案

您是否使用该页面末尾列出的 jQuery 插件?如果是这样,请执行以下操作:

$('#students-list td:nth-child(5)').spin(false);

$('#students-list td:nth-child(5)').data('spinner').stop();

阻止它。

关于jquery - 如何使用 jQuery 停止 spin.js 旋转器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7137749/

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