- it simplifies many things that are normally very complicated in Javascript
- it provides a single cross-browser compatible way of doing many routine task that used to have to be done differently for different browsers
- Javascript is erratic, moody, and idiosyncratic. Prototype provides a consistent, "reasonable" set of interfaces that act as you would expect them to.
The official prototype.js site
An unofficial (but very popular) guide to prototype.js
No comments:
Post a Comment