Responsive Multi Functional Slider
Admin
slider.js is a strong and proficient jQuery slider answer for make responsive, adaptable, exceedingly adjustable and portable amicable substance sliders, slideshows, exhibitions, rotators and some more.
i would like to see what is looks like
Installation
1. Load the jQuery library and jQuery slider.js script in the document.
2. Wrap the images you want to slide in a container.
3. Call the plugin on this slides container.
right now i give you the full code to make it easy and more clear
with full code you can understand how to handle the plugin very well, because with each line in the HTML document full code there are explaination what the means and where you use it and what is the line task.
not only the full code! but here you can Check the MAIN PAGE for more configurations, there are more than "Demos, Skins, Tutorial and Development" which give you better experience, any way just have a look you lose nothing
i would like to see what is looks like
Installation
# NPM
$ npm install jssor-slider
# Bower
$ bower install jssor-slider
1. Load the jQuery library and jQuery slider.js script in the document.
<script src="jquery.min.js"></script>
<script src="js/jssor.slider.mini.js"></script>
2. Wrap the images you want to slide in a container.
<div id="demo">
<div u="slides">
<div><img u="image" src="01.jpg" /></div>
<div><img u="image" src="02.jpg" /></div>
<div><img u="image" src="03.jpg" /></div>
<div><img u="image" src="04.jpg" /></div>
<div><img u="image" src="05.jpg" /></div>
<div><img u="image" src="06.jpg" /></div>
<div><img u="image" src="07.jpg" /></div>
<div><img u="image" src="08.jpg" /></div>
</div>
</div>
3. Call the plugin on this slides container.
<script>
jQuery(document).ready(function ($) {
var options = {
// Options
};
var jssor_slider1 = new $Jssor<a href="http://www.feedblogz.tk/search/label/Slider">Slider</a>$("demo", options);
});
</script>
right now i give you the full code to make it easy and more clear
with full code you can understand how to handle the plugin very well, because with each line in the HTML document full code there are explaination what the means and where you use it and what is the line task.
not only the full code! but here you can Check the MAIN PAGE for more configurations, there are more than "Demos, Skins, Tutorial and Development" which give you better experience, any way just have a look you lose nothing