jQuery 是一(yī)個 JavaScript 庫。
jQuery 極大地(dì)簡化了(le) JavaScript 編程。
jQuery 很(hěn)容易學習。
每一(yī)章(zhāng)中用到的實例
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>If you click on me, I will disappear.</p>
</body>
</html>
您需要(yào)具備的基礎知識
在您開(kāi)始學習 jQuery 之前,您應該對以下(xià)知識有基本的了(le)解:
HTML
CSS
JavaScript
網站建設開(kāi)發|APP設計開(kāi)發|小程序建設開(kāi)發