gpt4 book ai didi

javascript - jAlert 之后设置焦点

转载 作者:行者123 更新时间:2023-12-03 10:24:28 24 4
gpt4 key购买 nike

我正在使用 jQuery 插件 jAlert 来显示警报框。

我想在显示 jAlert 后聚焦文本框,如下所示:

jAlert("Error", "Please enter EmailID.", function(){
document.getElementById('txtEmail').focus();
}, 1);

但是此代码不会等待用户单击“确定”按钮,并且文本框在单击“确定”按钮之前获得焦点。

那么如何在用户点击后聚焦它,就像回调函数一样。提前致谢。

最佳答案

jAlert 的操作方式与 JavaScript 警报不同,jAlert 有一个回调函数,并引用 enter link description here

 $("#txtEmail").focus();

关于javascript - jAlert 之后设置焦点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29471893/

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