Note that there are some explanatory texts on larger screens.

plurals
  1. PO<plugin> not a function
    primarykey
    data
    text
    <p>I've been trying to solve this mystery almost 2 hours, this is giving me a headache. I tried 2 plug-ins already and I'm always getting "* is not a function". My code is exactly like examples so I don't know why it's not working.</p> <pre><code> &lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta charset="utf-8" /&gt; &lt;title&gt;asd&lt;/title&gt; &lt;script type="text/javascript" src="jquery.js"&gt;&lt;/script&gt; &lt;script type='text/javascript' src='serial/jquery.scrollTo.js'&gt;&lt;/script&gt; &lt;script type='text/javascript' src='serial/jquery.serialScroll.js'&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(document).ready(function(){ $('#slider').serialScroll({ items:'li', offset:-230, //when scrolling to photo, stop 230 before reaching it (from the left) start:1, //as we are centering it, start at the 2nd duration:1200, force:true, stop:true, lock:false, cycle:false, //don't pull back once you reach the end easing:'easeOutQuart', //use this easing equation for a funny effect jump: true //click on the images to scroll to them }); }); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="slider"&gt; &lt;ul&gt; &lt;li&gt;&lt;img width="500" height="500" src="dummy/dummy.jpg" alt="Css Template Preview" /&gt;&lt;/li&gt; &lt;li&gt;&lt;img width="500" height="500" src="dummy/dummy1.jpg" alt="Css Template Preview" /&gt;&lt;/li&gt; &lt;li&gt;&lt;img width="500" height="500" src="dummy/dummy2.jpg" alt="Css Template Preview" /&gt;&lt;/li&gt; &lt;li&gt;&lt;img width="500" height="500" src="dummy/dummy3.jpg" alt="Css Template Preview" /&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>I must be missing something essential there because I see nothing what's wrong. I'm using jQuery 1.4.2. and there are plug-ins I've tried - <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider" rel="nofollow noreferrer">Easy Slider</a>, <a href="http://flesler.blogspot.com/2008/02/jqueryserialscroll.html" rel="nofollow noreferrer">jQuery serial scroll</a></p>
    singulars
    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