parent
English [?pe?r?nt] US [?per?nt]
n.???(?? ???); ??;
jquery ??() ??? ???
??: parent()? ?? ???? ?? ??? ?? ? ??? ?? ??? ?????. ???? ????? ?? ?? ?????.
??: ??.parent(selector)
Parameters:
Parameter | Description |
selector | ??? ???? ? ???? ??? ???? ??? ??? ? . |
??: DOM ?? ??? ???? jQuery ??? ?? ?? .parent() ???? ???? DOM ???? ??? ??? ?? ??? ???? ???? ??? ? jQuery ??? ??? ? ????. . .parents() ???? .parent() ???? ????? ??? DOM ???? ? ?? ?? ????? ?? ????. ? ???? $() ??? ??? ??? ??? ??? ??? ??? ???? ?????. ? ???? ???? ??? ???? ????? ????? ??? ??????.
jquery ??() ??? ?
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script> </head> <body> <div><p>Hello</p></div> <div class="selected"><p>Hello Again</p></div> <script> $("p").parent(".selected").css("background", "yellow"); </script> </body> </html>
??? ????? ??? "???? ??" ??? ?????