gpt4 book ai didi

jquery - 停止 jQueryUI 效果

转载 作者:行者123 更新时间:2023-12-01 05:53:35 25 4
gpt4 key购买 nike

我正在开发一种类似于 Facebook 的聊天功能。当新消息到达时,我使用了 jQuery UI 高亮效果。现在我想当用户单击窗口时停止这种效果。

这是我在窗口单击事件上的代码。 “janela”类是聊天窗口。

$('.janela').live('click', function(){
var id = $(this).children('.topo').attr('id');
$.post('sys/chat.php',{acao: 'mudar_status', user: id});
$(".topo").effect("none"); //it's just a frustrated try.
});

谢谢。

最佳答案

使用stop:

$(".topo").stop(true, true)

正如我的评论中提到的,live 已弃用,请使用 on

关于jquery - 停止 jQueryUI 效果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18574744/

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