firefox下获得焦点

1                 if ($.browser.mozilla) {
2                     window.setTimeout(function() { $("#" + CountID + "").focus(); $("#" + CountID + "").select(); }, 0);
3                 }
原文地址:https://www.cnblogs.com/caigen/p/1873428.html