Developer Notes for prototype.js
Today, with my friend and co-worked Sbatman, we were trying to understand how the famous prototype.js library works. For not-Ajax developer: Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for Web 2.0 developers everywhere. After an afternoon without appreciable results ( 😢 ), Sbatman found that documentation online: Developer Notes for prototype.js. ...