jQuery ????
jQuery Tutorial
jQuery? JavaScript ????????.
jQuery? JavaScript ?????? ?? ??????.
jQuery? ??? ????.
?:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文網(wǎng)(php.cn)</title> <script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"> </script> <script> $(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); }); </script> </head> <body> <p>如果你點我,我就會消失。</p> <p>繼續(xù)點我!</p> <p>接著點我!</p> </body> </html>
jQuery ??
? ??????? ????? ??? ??? ??? ?? jQuery? ???? JavaScript ??? ???? ??? ????.