firefox下获得焦点
2010-11-10 11:46 CaiGen008 阅读(200) 评论(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 }
浙公网安备 33010602011771号