Home > Web Front-end > JS Tutorial > body text

jcarousellite.js Jquery-based picture seamless scrolling plug-in_jquery

WBOY
Release: 2016-05-16 18:13:05
Original
1307 people have browsed it

1. Introduce JS library, jquery.js script and plug-in script jcarousellite.js.

Copy code The code is as follows:




2. The HTML structure div>ul>li>img that needs to be displayed has a clear structure
Copy code The code is as follows:










3. Execute the startup script
Copy the code The code is as follows:

$(function() {
$(".default .jCarouselLite").jCarouselLite({
btnNext: ".default .next",
btnPrev: ".default .prev"
});
}) ;

Official website demo: http://demo.jb51.net/js/jcarousellite2/index.htm
Package demo download: http:/ /www.jb51.net/jiaoben/33787.html
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template