Currently OLAT uses prototype in version 1.7.3 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. ### Targeted platforms ### Prototype currently targets the following platforms: * Microsoft Internet Explorer for Windows, version 6.0 and higher * Mozilla Firefox 1.5 and higher * Apple Safari 2.0.4 and higher * Opera 9.25 and higher * Chrome 1.0 and higher Using Prototype --------------- To use Prototype in your application, download the latest release from the Prototype web site () and copy `dist/prototype.js` to a suitable location. Then include it in your HTML like so: