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

???? ???? ???

??: jQuery? Prototype ??? ? ?? ??? JavaScript ?? ?????(?? JavaScript ?????)???. jQuery ???? ??? "?? ???? ? ?? ??"???. ?? ? ?? ??? ???? ? ?? ??? ????? ?????. JavaScript?? ????? ???? ?? ??? ????? ??? JavaScript ??? ??? ???? HTML ?? ??, ??? ??, ????? ??? ? Ajax ?? ??? ??????.

???? ???? ?

<!DOCTYPE html>
<html>
<head>
<script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js">
</script>
<script>
$(document).ready(function(){
  $("p").click(function(){
    $(this).hide();
  });
});
</script>
</head>
<body>
<p>如果您點(diǎn)擊我,我會(huì)消失。</p>
<p>點(diǎn)擊我,我會(huì)消失。</p>
<p>也要點(diǎn)擊我哦。</p>
</body>
</html>

???? ?? ?

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