https://compdoc2cn.dev.java.net/prototype/html/prototype.js.cn.html (中文參考文檔)
http://www.sergiopereira.com/articles/prototype.js.html(英文參考文檔)
封裝了Ajax,也提供了好多很實用的寫法。例如:
$("aa") 等價于 document.getElementById("aa");
下面是白衣寫的一些介紹:
http://www.aygfsteel.com/calvin/archive/2006/06/17/53471.html
好東西實在是太多了。
http://www.sergiopereira.com/articles/prototype.js.html(英文參考文檔)
封裝了Ajax,也提供了好多很實用的寫法。例如:
$("aa") 等價于 document.getElementById("aa");
下面是白衣寫的一些介紹:
http://www.aygfsteel.com/calvin/archive/2006/06/17/53471.html
好東西實在是太多了。