??? ?? ??? ???; ?? ??? ??? ?? ???

???? click() ??? ???

??: ??? ???? ?? ???? ?????. ??? ???? ?? ?? ?? ? ??? ?? ??? ???? ?? ??? ?????. click() ???? ?? ???? ?????? ?? ???? ??? ? ??? ??? ?????.

??? ?? ??? ??: $(selector).click()

??? ?? ??? ??? ???: $(selector).click(function)

????:

??????
?? ?? ??. ?? ???? ??? ? ??? ??? ?????.

???? click() ??? ?

<html>
<head>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("button").click(function(){
    $("p").slideToggle();
  });
});
</script>
</head>
<body>
<p>這是一個(gè)段落。</p>
<button>切換</button>
</body>
</html>
???? ?? ?

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