Prototype js library

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.

 

posted @ 2019-06-28 09:38  ChuckLu  阅读(256)  评论(0编辑  收藏  举报