It's generally not a good idea to use two large libraries like this in the same page. Not only do they conflict (unless you use the jQuery.noConflict() patch to rewrite any uses of the $ function defined in Prototype) but they each do more or less the same thing, so it's a waste to force a download of both on your users.

It's been my experience that anything you want to do in jQuery you can do in Prototype, and vice-versa.

Walter

On Jul 17, 2011, at 6:59 PM, Alexey Petrushin wrote:

So, does anyone use PrototypeJS with jQuery?

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails- [email protected]. To unsubscribe from this group, send email to [email protected] . For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en .


--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to