Prototype.js
February 13th, 2006
There is a lot of repetitive code you’ll run into in your average JavaScript project. I frequently found myself making libraries for each project that had code for making HTTPRequest objects for each browser, shortenting document.getElementById() calls, and doing several other repetitive tasks.
I recently came across a very good library that does many of these tasks and does them quite well. You can download prototype.js here. There is some unofficial documentation for it, written by Sergio Pereira, which can be found here. I cannot count the number of hours this little script has saved me, hopefully you’ll find the same
Entry Filed under: Frameworks
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed