gpt4 book ai didi

javascript - mootools 按文档 ID 加载

转载 作者:行者123 更新时间:2023-11-28 06:21:08 24 4
gpt4 key购买 nike

我只是尝试使用 moo-tools 根据点击事件将一些 html 内容加载到 id 中,但我似乎找不到我的错误。 alert('clicked') 有效,所以我知道 click 事件正在触发。

window.addEvent('load', function(){
$('deviceInfo').addEvent('click', function(){
document.id('commands').load('deviceInfo.html');
//alert('clicked');
});
});

点击id:

<a href="#" id="deviceInfo">Information</a>

目标id:

<div id="commands">
<p>something</p>
</div>

deviceInfo.html 仅包含:

<p>info</p>

最佳答案

我剥离了所有内容并仅使用 mootools 核心库运行该函数并且它起作用了。所以这是js库之间的某种冲突。所以,谜团解开了。

关于javascript - mootools 按文档 ID 加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35520257/

24 4 0
文章推荐: javascript - 在网络音频缓冲区中安排回调
文章推荐: c++ - 如何将变量附加到 QTextEdit 控件
文章推荐: html - 缩放 以适应
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com