>웹 프론트엔드 >JS 튜토리얼 >jquery 포커스 텍스트 상자 및 확장된 텍스트 상자 focus method_jquery

jquery 포커스 텍스트 상자 및 확장된 텍스트 상자 focus method_jquery

WBOY
WBOY원래의
2016-05-16 17:49:131206검색
커서가 초점이 맞춰진 위치가 앞쪽입니다
코드를 복사하세요 코드는 다음과 같습니다



jquery 중심 텍스트 상자-스크립트 홈</ 제목> <br><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> ; <BR></head> <br><body> <br><form action="http://www.baidu.com" id="cse-search-box"> ;div> <br><input type="hidden" name="cx" value="partner-pub-7740261255677392:7064996710" /> <br><input type="hidden" name="ie" 값 ="UTF -8" /> <br><!--텍스트 상자--><input type="text" name="q" size="25" /> <br><input type=" submit" name="sa" value="Search" /> <br></form><script type="text/javascript">$ (문서).ready(함수 () { <BR>$("input[name='q']").focus(); <BR>})</script> <BR></ body> <BR></html> <BR><BR> <BR><BR><BR>jquery 확장 텍스트 상자 포커스 방법 <BR></script> </div> <br>다른 브라우저에서는 텍스트 상자 focus()를 텍스트 상자에 직접 설정하면 커서 초점 위치가 앞에 있을 수 있습니다. 다음 코드는 textFocus 메서드로 jquery를 확장하여 $("input").textFocus()를 사용하여 텍스트 상자에 초점을 맞추고 커서를 끝에 놓습니다. 숫자 매개변수를 전달하여 커서 초점 위치를 설정할 수도 있습니다. 예를 들어 $("input").textFocus(2)의 경우 커서는 두 번째 문자 뒤에 있습니다. <br><strong><br><br></strong>코드 복사<br><div class="codetitle"> <span> 코드는 다음과 같습니다.<a style="CURSOR: pointer" data="81606" class="copybut" id="copybut81606" onclick="doCopy('code81606')"><u> </u>(함수($){ </a> $.fn .textFocus=function(v){ </span>var range,len,v=v===undefine?0:parseInt(v) </div>this.each(function(){ <div class="codebody" id="code81606">if( $.browser .msie){ <br>range=this.createTextRange(); //텍스트 상자 생성 범위<br>v===0?range.collapse(false):range.move("character",v) ; // 범위 접기<br>range.select(); //선택<br>}else{ <br>len=this.value.length <br>v===0?this.setSelectionRange(len,len ):this .setSelectionRange(v,v); //dom이 직접 선택 항목을 설정한 다음 <br>} <br>this.focus() <br>}); } <br>} )(jQuery) <br><br> </div></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="cookie_javascript 스킬 추가, 삭제, 수정에 편리한 자바스크립트 클래스" href="https://m.php.cn/ko/faq/18555.html">cookie_javascript 스킬 추가, 삭제, 수정에 편리한 자바스크립트 클래스</a></span><span>다음 기사:<a class="dBlack" title="cookie_javascript 스킬 추가, 삭제, 수정에 편리한 자바스크립트 클래스" href="https://m.php.cn/ko/faq/18557.html">cookie_javascript 스킬 추가, 삭제, 수정에 편리한 자바스크립트 클래스</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="https://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ko/faq/1609.html" title="Bootstrap 목록 그룹 구성 요소에 대한 심층 분석" class="aBlack">Bootstrap 목록 그룹 구성 요소에 대한 심층 분석</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1640.html" title="JavaScript 함수 커링에 대한 자세한 설명" class="aBlack">JavaScript 함수 커링에 대한 자세한 설명</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/1949.html" title="JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)" class="aBlack">JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/2248.html" title="Angularjs는 WeChat UI(weui)를 통합합니다." class="aBlack">Angularjs는 WeChat UI(weui)를 통합합니다.</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ko/faq/2351.html" title="JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술" class="aBlack">JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p></div><div class="footermid"><a href="https://m.php.cn/ko/about/us.html">회사 소개</a><a href="https://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="https://m.php.cn/ko/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>