Difference between jquery and prototype

Jquery and prototype are both used for good manipulation of javascript. We can handle difficult tasks of javascript through these. For example working on ajax has become very easy. The json data is also easily handled through them. The jquery uses $ sign while prototype uses $$ sign. We can use noconflict method of jquery and use jquery word instead of $. By default if both [...]