Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>can you post your html, please? normally you can slide with the jcarousel just by preparing the html on the right way like this:</p> <pre><code>&lt;div class="jcarousel-container jcarousel-container-horizontal" id="pictureslide"&gt; &lt;div class="jcarousel-clip jcarousel-clip-horizontal" id="pic" style='position: relative;'&gt; &lt;ul id="mycarousel" class="jcarousel-list jcarousel-list-horizontal"&gt; &lt;li class='jcarousel-item jcarousel-item-horizontal jcarousel-item-1 jcarousel-item-1-horizontal' id='jcarousel-item-1'&gt; &lt;img src="pic/slide1.jpg" alt="slide" /&gt; &lt;/li&gt; &lt;li class='jcarousel-item jcarousel-item-horizontal jcarousel-item-1 jcarousel-item-2-horizontal' id="jcarousel-item-2" &gt; &lt;img src="pic/slide2.jpg" alt="slide" /&gt; &lt;/li&gt; &lt;li class='jcarousel-item jcarousel-item-horizontal jcarousel-item-1 jcarousel-item-3-horizontal' id="jcarousel-item-3" &gt; &lt;img src="pic/slide3.jpg" alt="slide" /&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="jcarousel-prev jcarousel-prev-horizontal" style="display:'block'"&gt; &lt;a class="controls prev" href="#"&gt;&lt;img id="arrow-left" src="pic/arrow_left.png" alt="arrow-left" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="jcarousel-next jcarousel-next-horizontal" style="display:'block'"&gt; &lt;a class="controls next" href="#"&gt;&lt;img id="arrow-right" src="pic/arrow_right.png" alt="arrow-right"/&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- END #pictureslide --&gt; </code></pre> <p>in Javascript you only have to write this (the id is at the ul):</p> <pre><code> $('#mycarousel').jcarousel({ "wrap": 'circular', "scroll": 2 .... }); </code></pre>
    singulars
    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.
    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