Prototype JavaScript framework

submited by
Style Pass
2024-05-23 07:30:17

Prototype is an open-source JavaScript framework that smooths over the rough edges of cross-browser development so you can focus on writing kick-ass web applications.

Prototype takes the complexity out of client-side web programming. Built to solve real-world problems, it adds useful extensions to the browser scripting environment and provides elegant APIs around the clumsy interfaces of Ajax and the Document Object Model.

Getting started: Defining classes and inheritance • How Prototype extends the DOM • Introduction to Ajax • Using JSON • Event delegation • Using Element.Layout

Leave a Comment