???

jquery ????() ??? ???

??: siblings()? ???? ??? ?? ? ??? ??? ?????. ???? ????? ?? ?? ?????.

??: ??.siblings(selector)

Parameters:

ParametersDescription
selector ???? ? ???? ??? ???? ??? ??? ? ??.

??: DOM ?? ??? ???? jQuery ??? ?? ?? .siblings() ???? ???? DOM ???? ??? ??? ?? ??? ???? ???? ??? ? jQuery ??? ??? ? ????. ? ???? $() ??? ??? ??? ??? ??? ??? ??? ???? ?????. ? ???? ???? ??? ???? ????? ????? ??? ??????.

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><span>Hello</span></div>
  <p class="selected">Hello Again</p>
  <p>And Again</p>

<script>
$("p").siblings(".selected").css("background", "yellow");
</script>

</body>
</html>
???? ?? ?

??? ????? ??? "???? ??" ??? ?????