We all well aware of the two biggest names in JavaScript framework family is Prototype and jQuery (Unordered, if by any chance anyone might think why I mentioned prototype first :p ). When it comes to Web application development these two JS framework simply just blessings, depend on situation and methodology. I have used both Prototype and jQuery in numerous applications, just not at the same time until recently.

I always liked the syntax simplicity of jQuery yet felt the needs of Prototype library in addition to jQuery goodness. Unfortunately had to always keep them apart due to syntax conflict, the use $ in two different manner. Imagine …

 
{View Comments}