>  기사  >  웹 프론트엔드  >  JavaScript는 page_javascript 팁에서 요소의 코드를 가져옵니다.

JavaScript는 page_javascript 팁에서 요소의 코드를 가져옵니다.

WBOY
WBOY원래의
2016-05-16 18:09:271088검색

W3C 표준에서 권장하는 구문은 문서 문서 개체를 통해 DOM 트리의 요소를 얻는 것입니다. 일반적인 메서드에는 getElementById(), getElementsByName() 및 getElementsByTagName()이 포함됩니다. 각각 단일 노드 또는 노드 컬렉션을 반환합니다.

코드 복사 코드는 다음과 같습니다.

.org/1999/xhtml">
< ;head>

페이지의 요소를 가져오는 JavaScript 방법< ;/title> <br><script type="text/javascript"> <br>function doGetElementsByTagName(){ <br>var x=document.getElementsByTagName ("input"); ); <br>} <br>function doGetElementsByName(){ <br>var x=document.getElementsByName("myInput"); <br>alert(x.length); <br>function getValue() { <br>var x=document.getElementById("myHeader"); <br>alert(x.innerHTML) <br>} <br></script> <br></head> ;body> <br><h1 id="myHeader" onclick="getValue();">여기에 헤드가 있습니다</h1> <br> <p>myHeader의 내용을 팝업하려면 헤더를 클릭하세요. ;/p> <br><input type="text" name="myInput" size="20" /> <br><br /> ;input type="text" name="myInput" size="20" /> <br><br /> <br><br /><input type="text" size="20"><br /> <br><input type= "button" onclick="doGetElementsByTagName();" ="입력 요소는 몇 개인가요? "/> <br><br /> <br><input type="button" onclick="doGetElementsByName();" value="myInput의 이름 값은 몇 개입니까? "/> <br></body> <br></html> <br><br> <br> <br>클릭 시: <br> 팝업: <br><br> <br>클릭 시: <br> 팝업: </div> <br> <p> <img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213126569.gif" style="max-width:90%" border="0"> <img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213126943.gif" style="max-width:90%" border="0">클릭 시: </p> 팝업: <p><img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213126125.gif" style="max-width:90%" border="0"> <img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213127911.gif" style="max-width:90%" border="0"> </p> <p>특히 다음 코드에서 </p> <p><img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213127942.gif" style="max-width:90%" border="0"><img style="max-width:90%" alt="" src="http://files.jb51.net/upload/201103/20110313213127977.gif" style="max-width:90%" border="0"></p> 코드를 복사하세요<p></p> <p> 코드는 다음과 같습니다. <br></p> <div class="codetitle"> <span>function getValue (){ <a style="CURSOR: pointer" data="33200" class="copybut" id="copybut33200" onclick="doCopy('code33200')">var x=document.getElementById("myHeader"); <u>alert(x.innerHTML); </u>} </a></span> </div>에는 HTML이 포함됩니다. DOM innerHTML , 함수는 Html 태그를 포함하여 객체의 시작 위치부터 끝 ​​위치까지의 모든 내용입니다 <div class="codebody" id="code33200"></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="flash_jquery를 모방한 그림 효과 확대를 위한 Jquery 기반 코드" href="http://m.php.cn/ko/faq/20336.html">flash_jquery를 모방한 그림 효과 확대를 위한 Jquery 기반 코드</a></span><span>다음 기사:<a class="dBlack" title="flash_jquery를 모방한 그림 효과 확대를 위한 Jquery 기반 코드" href="http://m.php.cn/ko/faq/20338.html">flash_jquery를 모방한 그림 효과 확대를 위한 Jquery 기반 코드</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="http://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="http://m.php.cn/ko/faq/1609.html" title="Bootstrap 목록 그룹 구성 요소에 대한 심층 분석" class="aBlack">Bootstrap 목록 그룹 구성 요소에 대한 심층 분석</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1640.html" title="JavaScript 함수 커링에 대한 자세한 설명" class="aBlack">JavaScript 함수 커링에 대한 자세한 설명</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1949.html" title="JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)" class="aBlack">JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)</a><div class="clear"></div></li><li><b></b><a href="http://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="http://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="http://m.php.cn/ko/about/us.html">회사 소개</a><a href="http://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="http://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>