gpt4 book ai didi

javascript - jQuery UI 日期选择器 : move to the next field after date select

转载 作者:行者123 更新时间:2023-11-30 07:06:04 28 4
gpt4 key购买 nike

我创建了一个使用 jQuery-UI 日期选择器的网络表单。选择日期后,输入日期的文本框上的焦点将丢失。

我想让焦点停留在启用日期选择器的文本框中,或者移动到我的网络表单上的文本元素。这可能吗?

最佳答案

$('.selector').datepicker({
onClose: function(dateText, inst) {
$(this).focus();
}
});

http://jsfiddle.net/HNeF9/

关于javascript - jQuery UI 日期选择器 : move to the next field after date select,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7561897/

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