1. Introduce JS library, jquery.js script and plug-in script jcarousellite.js.
2. The HTML structure div>ul>li>img that needs to be displayed has a clear structure
3. Execute the startup script
$(function() {
$(".default .jCarouselLite").jCarouselLite({
btnNext: ".default .next",
btnPrev: ".default .prev"
});
}) ;
Official website demo:
http://demo.jb51.net/js/jcarousellite2/index.htmPackage demo download:
http:/ /www.jb51.net/jiaoben/33787.html