setTimeout(function () { $('#controlid').focus(); }, 100); document.getElementById('filterPopupInput').focus(); //不知道这个是不是必须的