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