CodeInnTeam/hslider: A JQuery Plugin To Create Responsive ... - GitHub
Có thể bạn quan tâm
Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} CodeInnTeam / hslider Public
- Notifications You must be signed in to change notification settings
- Fork 1
- Star 5
A jQuery plugin to create responsive image slider.
License
MIT license 5 stars 1 fork Branches Tags Activity Star Notifications You must be signed in to change notification settings- Code
- Issues 0
- Pull requests 0
- Actions
- Projects 0
- Security
- Insights
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commitHistory5 Commits | ||||
images | images | |||
js | js | |||
LICENSE | LICENSE | |||
README.md | README.md | |||
index.html | index.html | |||
style.css | style.css | |||
View all files |
Repository files navigation
- README
- MIT license
A simple, clean, beautiful and robust jQuery plugin to create responsive image slider.
Demo:http://codeinn.co/demo/hslider
Use:Html :
<div class="hsldr-container"> <figure> <img src="images/image1.jpg" /> <figcaption>Car in the snow</figcaption> </figure> <figure> <img src="images/Image2.jpg" /> <figcaption>People surfing</figcaption> </figure> </div>Javascript:
<script src="js/jquery-2.2.1.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/jquery.hslider.js"></script> <script type="text/javascript"> $( document ).ready(function() { $( ".hsldr-container" ).hslider({ navBar: true, auto: true, delay: 4000 }); }); </script>Configuration Variables:
navBar: true/false ( default : false ) => whether to show navigation bar or not auto: true/false ( default : false ) => whether to move the slide automatically or not delay: time in ms ( default: 1000 ms ) => the time delay between auto moveAbout
A jQuery plugin to create responsive image slider.
Resources
ReadmeLicense
MIT license ActivityStars
5 starsWatchers
2 watchingForks
1 fork Report repositoryReleases
No releases publishedPackages 0
No packages publishedLanguages
- JavaScript 63.7%
- CSS 22.2%
- HTML 14.1%
Từ khóa » Hslider.js
-
Huxpro/jquery.HSlider: Full-page Scrolling, Touch-friendly ... - GitHub
-
Slider | JQuery UI
-
Swiper - The Most Modern Mobile Touch Slider
-
@algolia/ui-components-horizontal-slider-js - Npm
-
Solid-slider - Npm
-
API: Slider Slider.js (YUI Library)
-
Index Of /vendor/revolution-slider/js
-
Demo Of Core Features In JQuery Slider Widget | Kendo UI For JQuery
-
JQuery Slider Plugins - Page 1
-
Splide - The Lightweight, Flexible And Accessible Slider/carousel
-
Simple-slider - Libraries - Cdnjs - The #1 Free And Open Source CDN ...
-
Slider. | Yarn - Package Manager
-
How To Create Range Sliders - W3Schools
-
Add Conditions To The General Slider Js - Stack Overflow