Hi,

This is probably more of a question for the jQuery forums, or the
makers of the galleria plugin you're using. My suspicion is that the
plug-in doesn't support jQuery's noConflict mode (that's easy to do).

FWIW,
--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com

On Sep 25, 4:43 pm, Christian Dissing Haugstrup
<christian.dissing.haugst...@gmail.com> wrote:
> Hi Everybody,
>
> I have a site where I would like to use the galleria plugin and
> prototype framework, but I can't seem to get it to work together. I
> have tried using jquery.noconflict but I can't seem to figure out how
> to use noconflict. You can see an example on this 
> page:http://www.artunika.dk/dots-01.html
>
> It works fine in Chrome but in IE you get a white screen.
>
> I have tried the following which didn't work:
>
> <script>
>
>     // Load theme
>     Galleria.loadTheme('src/themes/dots/galleria.dots.js');
>
>    jQuery.noConflict();
>    jQuery('#galleria').galleria();
>
> </script>
>
> Any help would be much appreciated.
>
> Thanks...
>
> Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to