installation - How to Install JSSOR Slider? -
Of course, I am not that I do something wrong I normally add JS script code, both Kjes those files Added to the directory. Added HTML to the specified location Two images are visible at the same time under each other, so HTML is OK I know. There is something wrong with the input of the code, either with an error or installation problem. There should be anything modified
** HTML needed: ** & LT; + Div id = "slider1_container" style = "position: relative; top left 0px;: 0px; width: 600px; height: 300px;" & gt; & Lt ;! - Slide Container - & gt; & Lt; div u = "slide" style = "cursor: move; position: absolute; overflow: hidden; left: 0px; top: 0px; width: 600px; height: 300px;" & Gt; & Lt; Div & gt; & Lt; Img u = "image" src = "image1.jpg" /> & Lt; / Div & gt; & Lt; Div & gt; & Lt; Img u = "image" src = "image2.jpg" /> & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; ** JS: ** & lt ;! - 1x to 2.x - & gt; Works with all jquery versions of the same. & Lt; Script src = "/ jquery / jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Script src = "/ jquery / jssor.slider.mini.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; jQuery (document) .ready (function ($) {// slideshow transition code bridesmaid _SlideshowTransitions define an array of = [{$ Length: 900, $ clip: 1}, {$ Length: 900, $ clip: 2} ]; var options = {$ autoplay: right, $ SlideshowOptions: {$ class: $ JssorSlideshowRunner $, $ transition: _SlideshowTransitions, $ TransitionsOrder: 1, $ ShowLink: true}}; var jssor_slider1 = new $ JssorSlider $ ( 'slider1_container ', the option );}); & Lt; / Script & gt;
You either jssor.slider.min.js or jssor.slider.mini needed. . Js
Remove the following code again from your page
. & Lt; Script src = "/ jquery / jquery.min.js" & gt; & Lt; / Script & gt;
Comments
Post a Comment