[jQuery] jQuery and Prototype conflict

2009-03-20 Thread K3V
I am trying to use both jQuery and Prototype at the same time. I've spent hours and hours searching solutions to fix this problem. The most common method I found is this http://docs.jquery.com/Using_jQuery_with_Other_Libraries. However, it didn't work no matter how I place the "jQuery.noConflict

[jQuery] jQuery and Prototype

2008-07-14 Thread Michael
Hi, I've been using jQuery for my new website and everything has been working fine, no errors: http://www.aber.ac.uk/designstudio/mike/newnew/newweb/index-backup-14-07-08.html Then I saw this website: http://24ways.org/examples/introducing-udasss/ And I wanted that functionality on my site. So

[jQuery] jQuery and Prototype Conflicts

2007-06-01 Thread DaveG
I'm using prototype and jQ on the same page. I'm using noConflict(). jQuery.noConflict(); Everything is happy. Until I use prototypes Ajax.Update(). The response is a bunch of javascript calls that include calls to prototype routines, like Element.show(). It seems that I need to include