亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

jQuery ??

jQuery? ?????

jQuery? Javascript ???? ????? ?????. ??? ???? ?? ??? ? ??? ?? ?? ???? ?? ???? ??? ?????? ??????.

jQuery? ???? ?????? ??? ???? ????????. ?????"? "?????"? ???? ????. ?? ?? "??? ????"? ??? ??????? "ASP.NET MVC"? ????????. jQuery? ????? ?? ?? ? ?? ??? ???? ? ??? ? ? ????.

???? ?????? ?? ??? ???? ???? ??? ???? ? ??? ???. jQuery? ???? JavaScript ?? ?? ???? ?? ???? ??? ??? ??? ?? ????? ??????. ???? ??? jQuery ???? ??? ??? ??? "jQuery? ?? ?? ??? ?"? ???????. ???? ??? ?? ??? ?? ?? ? ?? ?????.

jQuery? ??? "?? ???? ? ?? ??? ??"?? JavaScript ????????. .

jQuery ??????? ?? ??? ???? ????.

HTML ?? ??

HTML ?? ??

CSS ??

HTML ??? ??

JavaScript ?? ? ?????

HTML DOM ?? ? ??

AJAX

????


jQuery? ??? ??? ????.

1. ??? ??? ?????.

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

2.

?? ?????? JavaScript ????? ???? ?? ? ????? ???????. IE7? Firefox??? ???? ????? ????? IE6??? ??? ? ?? ??? ?????. jQuery? ???? ????? ???????. ?? ?? jQuery? Event ??? ?? ????? ????? ????? ??? ???? ??? IE??? ???? ???? ??? ???? ???? ????. ff? ?? ?? ????? event.target???. jQuery? ??? ??? ???? event.target? ???? ?? ?????? ??? ??? ?? ? ??? ???.

3. ??? UI ??

jQuery? ????? ?? ?? ????? ??? ?? ? ????. -up, ??? ?? ?? ?? ? ?? ??? ??? ?? ? ????. ????? ??? ?? ?? IE ? FF? ???? ????? ?????? ???? ?? ???? ?? ?? ?????? ??? ??? ?? ????. . ??? ??? ?? ?? ??, ???? ??? ? ??? ? ??, ??? ??? ????? ????. ?? ??? ??? ????? ?? ?? ??? ??? ????. ?? jQuery? ???? ??? ??? ??? ??? ? ????. ??????.

4. ??? ???? ?? ????

???? ????? ??????? ?? ??? ??? ??? ????. ?? ??, ??? ?? ? ???? DOM? ???? ??? ?????, HTML ??? ?? ??? "onclick" ??? ?? ?????, onclick? ???? ?? ???? ?? ??????. ??? ?? ????? ?? ??? ?? ?? ??? ?? ?? ??? ??? ? ??? ??? ????? ???? ????. ?? ?? "???? ??? ?? ?? DOM? ?????. "Statement? ??? ? ?????.", ??? ??? ?? ???? ??? ???? ??? ????. ???? ?? ??? ???? ?????? "??? ?????" ??? ?????. jQuery? ?? ?? ??? ??? ?????. ??? ??? ???? ? ??? ???. jQuery? ???? ??? ??? ???? ? ?? ??? ?? ???. ???? ?? ??? ???? ??? jQuery ???? ??? ???? ?????.

jQuery? ???? ??? ??????

????? ??? ?? ?? JS ?????? ??? jQuery? ?? ?? ?? ?? JS ??????? ?? ?? ??? ?????.

??? ?? ?? ????? jQuery? ???? ????.

Google

Microsoft

IBM

Netflix

??? ?? ??

jQuery? ??? ?? ?? ??? ?? ???? ??? ??? ???. :

HTML

CSS

JavaScript

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

???? ??
||
<!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(){ $(".ex .hide").click(function(){ $(this).parents(".ex").hide("slow"); }); }); </script> <style type="text/css"> div.ex { background-color:pink; padding:7px; border:solid 1px black; width:50%; } </style> </head> <body> <div class="ex"> <button class="hide">點我隱藏</button> <p>站點名: php中文網(wǎng)<br> 站點 URL:http://ipnx.cn</p> </div> </body> </html>