Skip to content
Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap
JavaScript
Branch: master
Clone or download

Latest commit

Latest commit 1db620d Oct 30, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
composer-demos 28.0.0 Oct 30, 2019
demos-jquery 28.0.0 Oct 30, 2019
demos 28.0.0 Oct 30, 2019
examples-jquery 28.0.0 Oct 30, 2019
examples 28.0.0 Oct 30, 2019
img 28.0.0 Oct 30, 2019
js 28.0.0 Oct 30, 2019
skin 25.3.1 Aug 20, 2017
svg/loading/static-svg 25.3.1 Aug 20, 2017
transitions 28.0.0 Oct 30, 2019
.gitattributes file arrangement Feb 4, 2018
.gitignore git remote add origin https://github.com/jssor/slider.js.git Dec 14, 2013
LICENSE.txt Create LICENSE.txt Oct 30, 2019
README.md 27.2.0 Jul 3, 2018
bower.json 28.0.0 Oct 30, 2019
component.json 28.0.0 Oct 30, 2019
package.json 28.0.0 Oct 30, 2019
terms-of-use.txt update readme, add terms-of-use.txt Aug 27, 2017

README.md

Responsive Javascript Image/Text Slider/Slideshow/Gallery/Carousel/HTML5 Ad

  1. Live Demo
  2. https://www.jssor.com/development
  3. Slides HTML Code
  4. API: Options
  5. API: Methods, Properties & Events
  6. API: UI Definition
  7. https://www.jssor.com/help
  8. https://www.jssor.com/tutorial
  9. Support: Ask a question on StackOverflow

Example

<script src="jssor.slider.min.js"></script>
<div id="jssor_1" style="position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
    <div data-u="slides" style="position:absolute;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
        <div><img data-u="image" src="image1.jpg" /></div>
        <div><img data-u="image" src="image2.jpg" /></div>
    </div>
</div>
<script>
    var options = { $AutoPlay: 1 };
    var jssor_1_slider = new $JssorSlider$("jssor_1", options);
</script>
You can’t perform that action at this time.