Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with JQuery plugins
#4
I have also a jQuery conflict

On the website I use a slideshow and a lightbox. I like the slideshow and lightbox (photo enlargements) on a page, use the lightbox or slideshow works. This depends on the placement of jQuery

Slideshow:
Code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
    <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
    <script src="../../js/slides.min.jquery.js"></script>

slides.jquery.min.js version 1.1.9

Lightbox:
Code:
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
    
    <script src="../../js/prototype.js" type="text/javascript"></script>
    <script src="../../js/scriptaculous.js?load=effects,builder" type="text/javascript"></script>
    <script src="../../js/lightbox.js" type="text/javascript"></script>

prototype.js version 1.7
scriptaculous.js version 1.9.0
ightbox.js version 2.05

If I use a jQuery on a page, they work fine and I experienced no problems.
Reply


Messages In This Thread
Problems with JQuery plugins - by TomsPalette - 2011-11-03, 20:12:48
Problems with JQuery plugins - by Connie - 2011-11-03, 22:00:28
Problems with JQuery plugins - by jyoz22 - 2011-11-04, 16:18:32
Problems with JQuery plugins - by Suikerklontje - 2011-11-04, 18:16:10
Problems with JQuery plugins - by Connie - 2011-11-04, 21:14:41
Problems with JQuery plugins - by TomsPalette - 2011-11-10, 00:40:24
Problems with JQuery plugins - by mvlcek - 2011-11-10, 01:07:29
Problems with JQuery plugins - by TomsPalette - 2011-11-10, 15:51:46



Users browsing this thread: 1 Guest(s)