views:

250

answers:

1

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:

http://remysharp.com/2007/10/25/prototype-and-jquery-going-from-one-to-the-other/

+1  A: 

How about opening Prototype cheat sheet and jQuery cheat sheet side by side :-)

Pat
The only problem with these is they don't show "real-world" examples. Just as an example, "select all elements of this type within an element of this class". The most common examples you would think of to get people started.
hal10001