[jQuery] Re: jquery more than one script gives conflict what to do?

2009-06-24 Thread Jabu & Niobe
> > <script type="text/javascript"> > jQuery(document).ready(function() >{ >jQuery.setTemplateLayout() >}); > $(function() { > $('#gallery a').lightBox(); >}); > > > > ..fredrik > > > On Jun 24, 3:07 pm, "Jabu

[jQuery] jquery more than one script gives conflict what to do?

2009-06-24 Thread Jabu &amp; Niobe
I am trying to use more than one script in my page (lightbox is added) If one or the other is removed all works fine. I found - jQuery.noConflict(); // Use jQuery via jQuery(...) jQuery(document).ready(function(){ jQuery("div").hide(); }); // Use Prototype w