select点击option获取文本输入框的焦点事件
HTML文件:
<select id="secOrderNum" style="margin-bottom:10px;width:90px;" data-options="required:true}"> </select>
JS文件:
$('.combobox-item').click(function (event) {
$('#secOrderNum').textbox('textbox').focus();
});
效果图:


浙公网安备 33010602011771号