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.blogjava.net/calvin/archive/2006/06/17/53471.html
好东西实在是太多了。
http://www.sergiopereira.com/articles/prototype.js.html(英文参考文档)
封装了Ajax,也提供了好多很实用的写法。例如:
$("aa") 等价于 document.getElementById("aa");
下面是白衣写的一些介绍:
http://www.blogjava.net/calvin/archive/2006/06/17/53471.html
好东西实在是太多了。
本文介绍了Prototype.js库,这是一个封装了Ajax并提供多种实用写法的JavaScript库。文中提供了中文及英文参考文档链接,并推荐了一些实用的功能如$(aa)等价于document.getElementById(aa).
1706

被折叠的 条评论
为什么被折叠?



