Using the Prototype JavaScript Library

Prototype is am amazing, well thought and well written piece of standards-compliant JavaScript code takes a lot of the burden associated with creating rich, highly interactive web pages that characterize the Web 2.0 off your back. Unfortunately, until recently there was a lack of documentation for this great library, meaning that if you wanted to use it, you needed to really hack it to make it work. Now, the makers of the library have made Using prototype.js documentation available to the general public.

3 Responses to “Using the Prototype JavaScript Library”

  1. mark wong-vanharen said on January 2nd, 2006 at 11:37 pm

    FWIW, the author of this documentation is not one of the prototype library’s contributors.

  2. Sergio Pereira said on January 30th, 2006 at 12:29 pm

    That’s right. I just had to do the brute-force learning as many others and wrote down what I learnt. I’m not part of the prototype development effort.

  3. Alan Grobert said on May 22nd, 2007 at 11:22 am

    I would like to use the library to transform xml responses using xsl style sheets. Is it possible to do this with prototype.js alone?