문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
wiki:javascript:jquery:jquery_note:jquery_ancestors [2021/04/19 12:59] 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===== | ||
- | '' | + | '' |
\\ | \\ | ||
다음 예제는 모든 '' | 다음 예제는 모든 '' | ||
줄 53: | 줄 55: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
- | + | $(document).ready(function () { | |
- | <?code> | + | $(" |
+ | }); | ||
+ | </code> | ||
=====jQuery parentsUntil() Method===== | =====jQuery parentsUntil() Method===== | ||
줄 63: | 줄 67: | ||
====예제==== | ====예제==== | ||
<code jquery> | <code jquery> | ||
+ | $(document).ready(function () { | ||
+ | $(" | ||
+ | }); | ||
</ | </ | ||
- | ===Result=== | ||
- | {{: | ||
=====jQuery Traversing Reference===== | =====jQuery Traversing Reference===== |