Setfocus - IE 需要使用setTimeout

            setTimeout(function () {
                $('#controlid').focus();
            }, 100);

document.getElementById('filterPopupInput').focus(); //不知道这个是不是必须的

 

posted @ 2015-10-13 10:26  webglcn  阅读(203)  评论(0编辑  收藏  举报