>웹 프론트엔드 >JS 튜토리얼 >JQuery 시작하기 - JQuery의 코딩 스타일에 대한 자세한 소개 program_jquery

JQuery 시작하기 - JQuery의 코딩 스타일에 대한 자세한 소개 program_jquery

WBOY
WBOY원래의
2016-05-16 17:44:411363검색

"JQuery Authoritative Guide" 1장 jQuery 개발 시작하기 이 장에서는 jQuery의 기본 개념을 단계별로 설명하고 jQuery 라이브러리의 다운로드 방법을 소개합니다. 파트는 DOM 개체를 제어하는 ​​jQuery에 중점을 두고 있으며, 몇 가지 간단한 예제를 통해 페이지 CSS 스타일을 도입함으로써 독자는 페이지에서 jQuery의 기능적 적용에 대한 전반적인 이해를 얻을 수 있으며, DOM 개체와 메서드를 더 자세히 학습할 수 있는 기반을 마련합니다. 다음 장의 jQuery 라이브러리. 이 섹션에서는 jQuery 프로그램의 코딩 스타일을 소개합니다.

1.1.5 jQuery 프로그램의 코드 스타일
1. "$" 달러 기호 사용
jQuery 프로그램에서 가장 많이 사용되는 기호는 "$" 달러 기호입니다. 이 기호는 페이지 요소 선택이든 기능적 접두사이든 사용해야 합니다. 함수는 jQuery 프로그램의 특징이라고 할 수 있습니다.
2. 이벤트 연산의 연결 쓰기
페이지의 특정 요소에 대한 이벤트를 작성할 때 jQuery 프로그램은 해당 요소의 모든 이벤트를 연결 방식으로 작성할 수 있습니다. 이 쓰기 방법의 사용을 더 잘 설명하기 위해 예제를 통해 설명합니다.
예시 1-2 jQuery 이벤트 체인 작성
(1) 함수 설명
페이지에는

태그에는 두 개의
태그가 포함되어 있습니다. 하나는 테마용이고 다른 하나는 페이지가 처음 로드될 때 사용자가 테마
태그를 클릭하면 표시되지 않습니다. 이면 배경색을 변경하고 콘텐츠
태그를 표시합니다.
(2) 구현 코드
새 HTML 파일 1-2.html을 만들고 코드 목록 1-2에 표시된 코드를 추가합니다.
코드리스트 1-2 jQuery 이벤트 체인작성

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

전환//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1- Transitional.dtd">


jQuery 이벤트 체인 작성< ;/title> <br><script 언어="javascript" type="text/javascript" <BR>src="Jscript/jquery-1.4.2.min.js"></script> <style type="text/css"> <br>.divFrame{width:260px;border:solid 1px #666; <br>font-size:10pt} <br>.divTitle{배경색:#eee ;padding:5px} <br>.divContent{padding:5px;display:none} <br>.divCurrColor{ background-color:Red} <br></style> <br><script type="text/ javascript"> <br>$(function(){ <br>$(".divTitle").click(function(){ <br>$(this).addClass("divCurrColor") <br>.next( ".divContent").css("display","block") <br></script> <br>< body> <br><div class="divFrame"> <br><div class="divTitle">테마</div> <br><div class="divContent"> ;a href="#">링크 1</a><br /> <br><a href="#">링크 2</a><br /> ;a href="#">링크 3</a> <br></div> <br></html> <br> <br>위 파일의 코드에서 굵게 표시된 코드는 체인 라이팅(Chain Writing)입니다. <br> 코드 기능 설명: 사용자가 클래스 이름이 "divTitle"인 요소를 클릭하면 "divCurrColor"라는 스타일이 동시에 추가되고 클래스 이름이 "divContent"인 다음 요소가 표시됩니다. . 두 기능의 구현이 "." 기호를 통해 서로 연결되어 있음을 알 수 있습니다. <br><br> (3) 페이지 효과 <br> <br>HTML 파일 1-2.html을 실행하면 그림 1-3과 같은 페이지 효과가 나타난다. <br> <br> </div> <br><br> <br>클릭 후: <strong> </strong><br><p></p></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="jQuery 공통 개발 기술의 상세한 편집_jquery" href="https://m.php.cn/ko/faq/18163.html">jQuery 공통 개발 기술의 상세한 편집_jquery</a></span><span>다음 기사:<a class="dBlack" title="jQuery 공통 개발 기술의 상세한 편집_jquery" href="https://m.php.cn/ko/faq/18165.html">jQuery 공통 개발 기술의 상세한 편집_jquery</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><!-- Matomo --><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!-- End Matomo Code --></html>