gpt4 book ai didi

jQuery 插件 Rangey Inputs 使其他输入不起作用

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

已解决:

Updated version on jsfiddle

感谢 Jainil Nagar 发现了问题。

<小时/>

这对我来说实在是不清楚。我正在尝试使用rangyinputs jquery plugin为xml创建一个小编辑器,但正如您可以从 https://jsfiddle.net/sappe/2t99596p/2/ 中看到的无法写入页面中的其他输入,即使这些不是

 class="unselectable"

我不明白为什么。我错过了什么?我将 jquery 插件放入项目中,示例在其中工作正常,但其他输入不再工作。

<小时/>

更多信息:我没有在 css 中设置不可选择的类,而是在 demo 中设置不可选择的类。已使用。

最佳答案

您已为每个输入mousedown事件添加了e.preventDefault();

 $("input").mousedown(function(e) {
e.preventDefault(); // This is what causing the problem

switch (this.name) {
}
});

您还应该在 switch case 中添加 default case。

关于jQuery 插件 Rangey Inputs 使其他输入不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41609647/

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