Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery conflict
    primarykey
    data
    text
    <p>I have a wordpress plugin lightbox2 and a news scroller on my page.</p> <p>My head section looks like this</p> <pre><code>&lt;script type="text/javascript" src="wp-content/themes/soundsright/menu.js"&gt;&lt;/script&gt; &lt;script type='text/javascript' src='wp-includes/js/prototype.js?ver=1.6'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='wp-includes/js/scriptaculous/wp-scriptaculous.js?ver=1.8.0'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='wp-includes/js/scriptaculous/effects.js?ver=1.8.0'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='wp-content/plugins/lightbox-2/lightbox.js?ver=1.8'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.3.2'&gt;&lt;/script&gt; &lt;!-- begin lightbox scripts --&gt; &lt;script type="text/javascript"&gt; //&lt;![CDATA[ document.write('&lt;link rel="stylesheet" href="wp-content/plugins/lightbox-2/Themes/Grey/lightbox.css" type="text/css" media="screen" /&gt;'); //]]&gt; &lt;/script&gt; &lt;!-- end lightbox scripts --&gt; &lt;!-- SwfObj Plugin version SWFOBJ_VERSION --&gt; &lt;script type="text/javascript" src="wp-content/plugins/swfobj/swfobject.js"&gt;&lt;/script&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="wp-content/themes/soundsright/liscroll.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(function(){ $("ul#ticker01").liScroll({travelocity: 0.03}); }); &lt;/script&gt; </code></pre> <p>As it is now, the news scroller works but not the lightbox plugin. When I remove</p> <pre><code>&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"&gt;&lt;/script&gt; </code></pre> <p>then the lightbox works but not the news scroller.</p> <p>I thought removing this jQuery refrence would have solved the problem cause wordpress already loads the same version of jQuery in this line</p> <pre><code>&lt;script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.3.2'&gt;&lt;/script&gt; </code></pre> <p><strong>Any ideas what I'm doing wrong here?</strong></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload