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

jQuery super exquisite picture carousel slideshow special effects code sharing_jquery

WBOY
Release: 2016-05-16 15:39:43
Original
1418 people have browsed it

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" />
Copy after login

(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>
Copy after login

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" />

jQuery super exquisite picture carousel slideshow special effects code sharing_jquery 布丁电影票 布丁优惠券
Copy after login

The above is the jQuery ultra-exquisite picture carousel slideshow special effects code shared with you. I hope you can like it and apply it in practice.

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