gpt4 book ai didi

jQuery 和原型(prototype)事件

转载 作者:行者123 更新时间:2023-12-01 01:30:26 24 4
gpt4 key购买 nike

我有一个在“加载”事件时触发的原型(prototype)代码:

  Event.observe($(imageEl), 'load', this.someFunction.bind(this));

当我使用 jQuery 代码创建“真实”事件时

  jQuery(...imageEl selector...).attr("src", filename);

它触发原型(prototype)代码(someFunction)。 好!

接下来我尝试使用 jQuery 触发器触发原型(prototype)代码:

  jQuery(...imageEl selector...).trigger('load');

但是现在什么也没有发生,即这一行不会触发原型(prototype)代码。

知道如何从 jQuery 触发 Prototype 事件吗?

最佳答案

您应该直接传递所需参数来调用处理程序或触发 native DOM 事件

注意:prototype 的 fire 和 jquery 的触发器创建自定义事件,而不是 native 事件。

阅读以下有关如何触发 native 事件的答案:

关于jQuery 和原型(prototype)事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1331505/

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