首页 > 其他 > 详细

Prototype

时间:2019-06-28 10:04:37      阅读:81      评论:0      收藏:0      [点我收藏+]

Prototype

An object-oriented JavaScript framework

Prototype is a JavaScript framework that aims to ease development of dynamic web applications. It offers a familiar class-style OO framework, extensive Ajax support, higher-order programming constructs, and easy DOM manipulation.

 

Using Prototype

To use Prototype in your application, download the latest release from the Prototype web site (http://prototypejs.org/download) and copy dist/prototype.js to a suitable location. Then include it in your HTML like so:

<script type="text/javascript" src="/path/to/prototype.js"></script>

 

Documentation http://api.prototypejs.org/

http://prototypejs.org/learn/

Tutorials

This area contains narrative documentation you can use to discover Prototype.

 

Prototype

原文:https://www.cnblogs.com/chucklu/p/11100977.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!