Home > Article > Web Front-end > jQuery super exquisite picture carousel slideshow special effects code sharing_jquery
The example in this article describes the jQuery ultra-exquisite picture carousel slideshow effect. Share it with everyone for your reference. The details are as follows:
This is a code based on jQuery to implement ultra-exquisite picture carousel slideshow special effects. The implementation process is very simple.
运行效果图: -------------------查看效果 下载源码----------- --------
Tips: If the browser does not work properly, you can try switching the browsing mode.
(1) Introduce CSS style in the head area:
<link href="styles/97zzw.css" rel="stylesheet" type="text/css" />
(2) js code:
<script src="scripts/jquery.min_v1.0.js" type="text/javascript"></script> <script src="scripts/slides.min.jquery_v1.0.js" type="text/javascript"></script> <script type="text/javascript"> $(function(){ $('#slides').slides({ preload: true, preloadImage: 'images/loading.gif', play: 5000, pause: 2500, hoverPause: true, fadeSpeed: 350, effect: 'fade' }); }); </script>
The jQuery ultra-exquisite image carousel slideshow special effects code shared with you is as follows
jQuery超精致图片轮播幻灯片特效 <link href="styles/97zzw.css" rel="stylesheet" type="text/css" />