Re: jQuery.noConflict() not working

2009-12-01 Thread alanearl
ure.getJavascriptSt >> ack()); >>} >> >>public List getJavascriptStack() { >>return javascriptStack; >>} >> >>public List getStylesheetStack() { >>return clientInfrastructure.getStylesheetStack(); >&g

Re: jQuery.noConflict() not working

2009-11-27 Thread Inge Solvoll
st getJavascriptStack() { >return javascriptStack; >} > >public List getStylesheetStack() { >return clientInfrastructure.getStylesheetStack(); >} > > HTH. > > Regards, > Jim. > > -Original Message- > Fr

RE: jQuery.noConflict() not working

2009-11-26 Thread Jim O'Callaghan
42 To: Tapestry users Subject: jQuery.noConflict() not working Hi! Sorry for going a little bit OT here, but this is kinda T5-specific too. 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&q

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 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, everything works again.

jQuery.noConflict() not working

2009-11-26 Thread Inge Solvoll
Hi! Sorry for going a little bit OT here, but this is kinda T5-specific too. 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, everything works again. I d