Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery simplyScroll multiple scrollers on the same page
    text
    copied!<p>I needs to use Jquery simplyScroll plugging few times on my page like few scrollers Here i am posting the code please help. I tried to do that my self with this code but i am unable to complete it.</p> <pre><code> &lt;script type="text/javascript" src="./jQuery simplyScroll - Logicbox_files/jquery.min.js"&gt; &lt;/script&gt; &lt;!--&lt;script type="text/javascript" src="/js/common.js"&gt;&lt;/script&gt;--&gt; &lt;script type="text/javascript" src="./jQuery simplyScroll - Logicbox_files/jquery.simplyscroll-1.0.4.min.js"&gt;&lt;/script&gt; &lt;link rel="stylesheet" href="./jQuery simplyScroll - Logicbox_files/jquery.simplyscroll-1.0.4.css" media="all" type="text/css"&gt; &lt;script type="text/javascript"&gt; (function($) { $(function() { $("#scroller").simplyScroll({ autoMode: 'loop' }); }); })(jQuery); &lt;/script&gt; &lt;/head&gt; &lt;div class="simply-scroll simply-scroll-container"&gt;&lt;div class="simply-scroll-back"&gt;&lt;/div&gt;&lt;div class="simply-scroll-forward"&gt;&lt;/div&gt;&lt;div class="simply-scroll-clip"&gt; &lt;ul id="scroller" class="simply-scroll-list" style="width: 2895px; "&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_VPJWVQRW_tb.jpg" width="290" height="200" alt="Firehouse bar"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080514_B1YJ08B6_tb.jpg" width="290" height="200" alt="Firehouse chloe club fishtank"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080514_JYW68XPT_tb.jpg" width="290" height="200" alt="Firehouse restaurant"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_38CG51J2_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt;&lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="simply-scroll simply-scroll-container"&gt;&lt;div class="simply-scroll-back"&gt;&lt;/div&gt;&lt;div class="simply-scroll-forward"&gt;&lt;/div&gt;&lt;div class="simply-scroll-clip"&gt; &lt;ul id="scroller" class="simply-scroll-list" style="width: 2895px; "&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_VPJWVQRW_tb.jpg" width="290" height="200" alt="Firehouse bar"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080514_B1YJ08B6_tb.jpg" width="290" height="200" alt="Firehouse chloe club fishtank"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080514_JYW68XPT_tb.jpg" width="290" height="200" alt="Firehouse restaurant"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_38CG51J2_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt;&lt;li&gt;&lt;img src="./jQuery simplyScroll - Logicbox_files/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt; </code></pre> <p>Thanks</p>
 

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