优秀的JavaScript类库 - Rico
原文出处: http://www.javatang.com/archives/2006/03/16/440510.html
作者: Jet Mah from Java堂
声明: 可以非商业性任意转载, 转载时请务必以超链接形式标明文章原始出处、作者信息及此声明!
作者: Jet Mah from Java堂
声明: 可以非商业性任意转载, 转载时请务必以超链接形式标明文章原始出处、作者信息及此声明!
Rico (http://openrico.org/)是开源的JavaScript类库,用来创建丰富的internet应用。我觉得它最出色的地方就是托拽图层管理和渲染出的电影特效,可以看一下它的在线demo: http://openrico.org/demos.page
因为Rico是建立在Prototype类库之上的,所以你在使用Rico的时候必须对Prototype进行引用:
- <script type="text/javascript"
- src="/pathto/prototype.js">
- </script>
- <script type="text/javascript"
- src="/pathto/rico.js">
- </script>
Prototype (http://prototype.conio.net/) is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
在Rico的Guide文档中需要使用到Prototype。
没有评论 »
还没有评论。