Re: jQuery.noConflict() not working

2009-12-01 Thread alanearl
Try to visit these site: http://docs.jquery.com/Using_jQuery_with_Other_Libraries It can help a lot. Inge Solvoll-2 wrote: Nice, thanks! It actually worked putting jquery-core.js before all other scripts. It is strange, because I have a Struts page with a very similar setup, both

Re: jQuery.noConflict() not working

2009-11-27 Thread Inge Solvoll
Nice, thanks! It actually worked putting jquery-core.js before all other scripts. It is strange, because I have a Struts page with a very similar setup, both prototype and jQuery included and prototype first, and it has no errors in IE8... Thiago: I'm also using a jQuery plugin (jQuery UI

Re: jQuery.noConflict() not working

2009-11-26 Thread Thiago H. de Paula Figueiredo
Em Thu, 26 Nov 2009 13:42:14 -0200, Inge Solvoll inge.tapes...@gmail.com escreveu: Hi! Hello! I'm trying to use jQuery together with prototype in T5. It works nicely in firefox, but in IE8, I get a lot of object not supported, line 4821 and so on. If I remove the reference to jQuery,

RE: jQuery.noConflict() not working

2009-11-26 Thread Jim O'Callaghan
I see there's another response already that may indicate the problem lies elsewhere but just in case you do want to reorder the included files ... ... can you contribute and use a custom ClientInfrastructure containing a list for the javascriptStack, add jQuery.js first to your list, and then add