Ralph Shnelvar wrote: >> Note: you may encounter conflicts if you are using Prototype and Jquery >> together. In that case, use >> ********************************************************* >> jQuery.noConflict(); and then instead of "$" use "jQuery" >> ********************************************************* > > Somethng I am using ... validates_captcha ... uses Prototype. > > Hmm ... I wonder if this explains the odd behavior I am seeing when I > tried to use the jQuery plugin, IconDock: > http://icon.cat/wiki/IconDock_En#iconDock_jQuery_Plugin > > So ... I read > http://docs.jquery.com/Using_jQuery_with_Other_Libraries > and my question is: What are the odds that there will be a conflict? > > How can I find out definitely if validates_captcha conflicts with > jQuery?
Remove jQuery and see what happens. But really, if you use noConflict, there should be noIssue. :) Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [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.

