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
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
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
3 matches
Mail list logo