JQuery ultra-exquisite image slideshow special effect code sharing, jquery special effect code
This article describes jQuery's ultra-exquisite image slideshow slides. Share it with you for your reference. The details are as follows:
This is a jQuery-based code for implementing ultra-exquisite image slideshow slides. The implementation process is simple.
Run: ------------------- view the download result source code -------------------
TIPS: If the browser cannot run properly, you can try to switch the browsing mode.
(1) Introduce CSS styles 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 following code shows the special effects of jQuery ultra-exquisite image slideshow slides.
<Head> <meta http-equiv = "Content-Type" content = "text/html; charset = gb2312 "> <title> jQuery ultra-exquisite image slideshow slide effects </title> <link href =" styles/97zzw.css "rel =" stylesheet "type =" text/css" />
The above is the jQuery ultra-exquisite image slideshow slide special effect code shared for everyone. I hope you will like it and apply it to practice.