[Rails] Re: Re: Re: Re: Prototype Helpers jQuery

2010-03-27 Thread Chris Kalaboukis
Chris Kalaboukis wrote: Chris Kalaboukis wrote: Lasse Bunk wrote: PS. Don't know if the loading of tooltip should be moved down below jQuery or Prototype – it depends on what it relies on. /Lasse 2010/3/26 Lasse Bunk lasseb...@gmail.com Same resultsorry :( I tried removing

Re: [Rails] Re: Re: Re: Re: Prototype Helpers jQuery

2010-03-27 Thread Lasse Bunk
I'm bouncing a little back'n'forth here. After reviewing the jQuery noConflict() code it doesn't matter if you load jQuery before or after Prototype. However, you need to switch on your javascript debugging tools so we can get some error messages – do you have Firebug or something like it?

[Rails] Re: Re: Re: Re: Prototype Helpers jQuery

2010-03-26 Thread Chris Kalaboukis
Lasse Bunk wrote: Ok, what I didn't think of was that the jQuery noConflict call should of course occur *before* loading Prototype, like this: head %= javascript_include_tag tooltip % %= javascript_include_tag 'jquery' % script type=text/javascript charset=utf-8 jQuery.noConflict();

[Rails] Re: Re: Re: Re: Prototype Helpers jQuery

2010-03-26 Thread Chris Kalaboukis
Lasse Bunk wrote: PS. Don't know if the loading of tooltip should be moved down below jQuery or Prototype – it depends on what it relies on. /Lasse 2010/3/26 Lasse Bunk lasseb...@gmail.com Same resultsorry :( -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] Re: Re: Re: Re: Prototype Helpers jQuery

2010-03-26 Thread Chris Kalaboukis
Chris Kalaboukis wrote: Lasse Bunk wrote: PS. Don't know if the loading of tooltip should be moved down below jQuery or Prototype – it depends on what it relies on. /Lasse 2010/3/26 Lasse Bunk lasseb...@gmail.com Same resultsorry :( I tried removing the tooltip and even moving