本文檔旨在幫助廣大javascript愛好者快速了解jquery庫(kù),以及供廣大應(yīng)用jquery進(jìn)行開發(fā)的人員 提供一個(gè)速查手冊(cè)!
本文檔資源來自于,部分內(nèi)容直接翻譯或copy自!感謝jquery框架開發(fā)者 John Resig及其所在的jQuery team.為我們提供這么好的javascript開發(fā)類庫(kù),感謝jquery為 翻譯做出的努力!
jQuery是一個(gè)簡(jiǎn)潔快速的JavaScript庫(kù),它能讓你在你的網(wǎng)頁(yè)上簡(jiǎn)單的操作文檔、處理事件、運(yùn)行動(dòng)畫效果或者添加Ajax交互。jQuery的設(shè)計(jì)會(huì)改變你寫JavaScript代碼的方式。
jQuery適合于設(shè)計(jì)師、開發(fā)者以及那些還好者,同樣適合用于商業(yè)開發(fā),可以說jQuery適合任何JavaScript應(yīng)用的地方,可用于不用的應(yīng)用程序。
jQuery是一個(gè)輕量級(jí)的腳本,其代碼非常小巧,JavaScript包只有15K左右。
jQuery支持CSS1-CSS3,以及基本的xPath
jQuery是跨瀏覽器的,它支持的瀏覽器包括IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+
以下是英文原文:
jQuery is a new type of JavaScript library.
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
"You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it's down to two or three lines and it couldn't get any shorter unless it read your mind." - Dave Methvin