문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:javascript:jquery:jquery_note:jquery_ancestors [2021/04/19 13:00] emblim98 |
wiki:javascript:jquery:jquery_note:jquery_ancestors [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 1: | 줄 1: | ||
======jQuery Traversing - Ancestors====== | ======jQuery Traversing - Ancestors====== | ||
<WRAP left notice 70%> | <WRAP left notice 70%> | ||
- | * description : jQuery | + | * description : jQuery Traversing |
* author | * author | ||
* email : shlim@repia.com | * email : shlim@repia.com | ||
줄 32: | 줄 32: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
+ | $(document).ready(function () { | ||
+ | $(" | ||
+ | }); | ||
</ | </ | ||
=====jQuery parents() Method===== | =====jQuery parents() Method===== | ||
- | '' | + | '' |
\\ | \\ | ||
다음 예제는 모든 '' | 다음 예제는 모든 '' | ||
줄 42: | 줄 44: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
+ | $(document).ready(function () { | ||
+ | $(" | ||
+ | }); | ||
</ | </ | ||
\\ | \\ | ||
줄 51: | 줄 55: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
- | + | $(document).ready(function () { | |
- | <?code> | + | $(" |
+ | }); | ||
+ | </code> | ||
=====jQuery parentsUntil() Method===== | =====jQuery parentsUntil() Method===== | ||
줄 61: | 줄 67: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
+ | $(document).ready(function () { | ||
+ | $(" | ||
+ | }); | ||
</ | </ | ||