Posts tagged with 'Prototype'
jQuery Prototype Library – A Polygamous Affair

I have something that I must confess… I’m in love with two JavaScript frameworks at the same time.
Yep, I’m in love with both jQuery and Prototype. Each has qualities that I like and each some that I don’t. jQuery, for instance, is almost beautiful in its design and how such a simplistic approach can be made so powerful. Prototype, on the other hand, adds so much that is missing in JavaScript and makes an already capable language much more usable.
In a perfect world, I’d want to use both of them. The problem is that there is too much overlap in [...]