vote up 1 vote down star

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/

flag

1 Answer

vote up 1 vote down check

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

link|flag
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 Sep 11 '08 at 18:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.