不确定这个错误是否导致购买 jquery ui 选项卡,我起初以为是我的 keydown 功能错误
function inputKeydown(e) {
var $this = $(e.target).closest('input[type="text"]');
if (e.keyCode == 13) {
$this.blur();
}
}
但它不是..
不确定这个错误是否导致购买 jquery ui 选项卡,我起初以为是我的 keydown 功能错误
function inputKeydown(e) {
var $this = $(e.target).closest('input[type="text"]');
if (e.keyCode == 13) {
$this.blur();
}
}
但它不是..