qileilove

          blog已經轉移至github,大家請訪問 http://qaseven.github.io/

          jQuery 簡介

          jQuery 庫可以通過一行簡單的標記被添加到網頁中。

          jQuery 庫 - 特性

          jQuery 是一個 JavaScript 函數庫。

          jQuery 庫包含以下特性:

          • HTML 元素選取
          • HTML 元素操作
          • CSS 操作
          • HTML 事件函數
          • JavaScript 特效和動畫
          • HTML DOM 遍歷和修改
          • AJAX
          • Utilities

          向您的頁面添加 jQuery 庫

          jQuery 庫位于一個 JavaScript 文件中,其中包含了所有的 jQuery 函數。

          可以通過下面的標記把 jQuery 添加到網頁中:

          <head> <script type="text/javascript" src="jquery.js"></script> </head> 

          請注意,<script> 標簽應該位于頁面的 <head> 部分。

          基礎 jQuery 實例

          下面的例子演示了 jQuery 的 hide() 函數,隱藏了 HTML 文檔中所有的 <p> 元素。

          實例

          <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("p").hide(); }); }); </script> </head>  <body> <h2>This is a heading</h2> <p>This is a paragraph.</p> <p>This is another paragraph.</p> <button type="button">Click me</button> </body> </html> 

          親自試一試

          下載 jQuery

          共有兩個版本的 jQuery 可供下載:一份是精簡過的,另一份是未壓縮的(供調試或閱讀)。

          這兩個版本都可從 jQuery.com 下載。

          庫的替代

          Google 和 Microsoft 對 jQuery 的支持都很好。

          如果您不愿意在自己的計算機上存放 jQuery 庫,那么可以從 Google 或 Microsoft 加載 CDN jQuery 核心文件。

          使用 Google 的 CDN

          <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs /jquery/1.4.0/jquery.min.js"></script> </head> 

          使用 Microsoft 的 CDN

          <head> <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery /jquery-1.4.min.js"></script> </head>

          posted on 2014-04-03 17:15 順其自然EVO 閱讀(142) 評論(0)  編輯  收藏 所屬分類: jQuery

          <2025年8月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          導航

          統計

          常用鏈接

          留言簿(55)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 商洛市| 天水市| 梁平县| 丰县| 台中市| 喀什市| 莒南县| 定兴县| 霞浦县| 澄迈县| 铜川市| 建昌县| 宜春市| 修水县| 遂川县| 长乐市| 利川市| 佛冈县| 江津市| 卢湾区| 中超| 赫章县| 双牌县| 临沭县| 秦皇岛市| 府谷县| 临高县| 明溪县| 仲巴县| 南昌市| 平凉市| 旌德县| 甘孜县| 大庆市| 雷波县| 汉阴县| 德惠市| 诸暨市| 随州市| 瑞金市| 沁阳市|