Looking for in-depth comparison of selectors and events for jQuery and Prototype - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T04:06:19Z http://stackoverflow.com/feeds/question/57098 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/57098/looking-for-in-depth-comparison-of-selectors-and-events-for-jquery-and-prototype 1 Looking for in-depth comparison of selectors and events for jQuery and Prototype hal10001 2008-09-11T17:01:09Z 2008-09-11T17:11:58Z <p>A few of the third-party applications we use are written in Prototype, and I'm really having trouble with selectors and events. I know how to accomplish it all in jQuery quickly, but I'm not about to load both libraries. Can you provide a few links that do a top-down comparison of selectors and/or events for jQuery and Prototype, so I can look at the Prototype equivalents of jQuery syntax? Something sort of along the lines of this slide presentation:</p> <p><a href="http://remysharp.com/2007/10/25/prototype-and-jquery-going-from-one-to-the-other/" rel="nofollow">http://remysharp.com/2007/10/25/prototype-and-jquery-going-from-one-to-the-other/</a></p> http://stackoverflow.com/questions/57098/looking-for-in-depth-comparison-of-selectors-and-events-for-jquery-and-prototype/57110#57110 1 Answer by Pat for Looking for in-depth comparison of selectors and events for jQuery and Prototype Pat 2008-09-11T17:11:58Z 2008-09-11T17:11:58Z <p>How about opening <a href="http://thinkweb2.com/projects/prototype/downloads/Prototype%20Cheat%20Sheet%201.6.0.2" rel="nofollow">Prototype cheat sheet</a> and <a href="http://www.gscottolson.com/jquery/jQuery1.2.cheatsheet.v1.0.pdf" rel="nofollow">jQuery cheat sheet</a> side by side :-)</p>