abstrait:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>jquery入門</title> <script type="text/javascript" src="
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>jquery入門</title> <script type="text/javascript" src="jquery-3.3.1.min.js"></script> </head> <body> <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("div").hide() }) }) </script> <div style="width:100px;height:100px;background:green;"></div> <button>隱藏</button> </body> </html>
剛開始學習jquery,感覺就像從原來一直用奔騰三,256M內存,現在一下升級到 I5,8G內存一樣爽。
Professeur correcteur:天蓬老師Temps de correction:2018-12-31 16:07:28
Résumé du professeur:盡管現在很多新項目中, jQuery的使用比率越來越低,但做為曾經的王者, 還有有很多值得學習的地方