代码改变世界

firefox下获得焦点

2010-11-10 11:46  CaiGen008  阅读(190)  评论(0编辑  收藏  举报
1                 if ($.browser.mozilla) {
2                     window.setTimeout(function() { $("#" + CountID + "").focus(); $("#" + CountID + "").select(); }, 0);
3                 }