Prototype1.6 JS 官方下載地址
http://www.prototypejs.org/download Prototype1.6官方下載
Learn about what's new in version 1.6.
Prototype SVN
If you want the full development package (including unit tests), you can use Subversion to checkout the source code:
svn co http://svn.rubyonrails.org/rails/spinoffs/prototype/trunk prototype
Build the distribution with rake dist and find more details about this in the contribution guide.
Archives
- Download Prototype 1.5.1.1 (June 19, 2007)
- Download Prototype 1.5.1 (May 1, 2007)
- Download Prototype 1.5.0 (January 18, 2007)
- 不錯(cuò)的一篇關(guān)于javascript-prototype繼承
- JS面向?qū)ο?、prototype、call()、apply()
- JavaScript中的prototype使用說(shuō)明
- JQuery,Extjs,YUI,Prototype,Dojo 等JS框架的區(qū)別和應(yīng)用場(chǎng)景簡(jiǎn)述
- JavaScript prototype 使用介紹
- js中prototype用法詳細(xì)介紹
- js中繼承的幾種用法總結(jié)(apply,call,prototype)
- js中的hasOwnProperty和isPrototypeOf方法使用實(shí)例
- Javascript中Array.prototype.map()詳解
- Javascript中prototype的使用詳解
相關(guān)文章
Prototype Hash對(duì)象 學(xué)習(xí)
這個(gè)對(duì)象相當(dāng)于Java中的HashMap,當(dāng)然了功能沒(méi)HashMap那么強(qiáng)大。提供一直基本的方法,簡(jiǎn)單的方法就不在源碼中注釋了。2009-07-07
Prototype源碼淺析 String部分(三)之HTML字符串處理
現(xiàn)在,String部分轉(zhuǎn)入具體的關(guān)聯(lián)應(yīng)用,分別對(duì)應(yīng)HTML字符串,JSON字符串和HTML中的腳本字符串2012-01-01
Prototype Enumerable對(duì)象 學(xué)習(xí)
Enumerable是Prototype框架的基石,而Enumerable不單獨(dú)使用,在Prototype中其它對(duì)象mix了Enumerable里面的方法,這樣就可以在這些對(duì)象上應(yīng)用Enumerable的方法,這樣的對(duì)象有:Array,Hash,ObjectRange,還有一些和DOM,AJAX相關(guān)的對(duì)象。2009-07-07
Prototype Selector對(duì)象學(xué)習(xí)
這個(gè)對(duì)象在幫助文檔上并沒(méi)有,但是這個(gè)對(duì)象確是整個(gè)DOM操作的核心類,工具函數(shù)$$,其實(shí)就是調(diào)用這個(gè)類的方法2009-07-07

