要將 jQuery帶入至網頁有以下幾種方法:
(一)先下載 jQuery Library
http://docs.jquery.com/Downloading_jQuery
接著將此 JS 檔放進您網頁 HTML 的 及 之間...
<script type="text/javascript" src="/joomla/jQuery 檔案路徑"></script>
<script type="text/javascript" src="/joomla/jQuery 檔案路徑"></script> |
(二)透過 Google 載入 jQuery 利用 Google 可以幫您節省點頻寬與存放空間。
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" language="javascript">
google.load("jquery", "1.3");
</script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" language="javascript">
google.load("jquery", "1.3");
</script>
討論區:程式碼
由於網站檔code的關西,因此><請將其改成半型 。