【发布时间】:2014-12-02 06:38:42
【问题描述】:
当我选择一个日期时,日期选择器会重新打开,因为我添加了 $(this).focus();在选择。我该如何解决这个问题? (Example)
$('#datepicker').datepicker({
onSelect : function(x, u){
$(this).focus();
}
});
我希望重点是必须的。我无法消除那个焦点。请告诉我一些解决方案,但不要取消关注。
【问题讨论】:
-
它在小提琴中完美运行..有什么问题???
-
在 chrome 中运行良好。
-
它只发生在 IE 浏览器中
-
你应该添加版本@VinothBabu
标签: javascript jquery internet-explorer