Js automatic image carousel slide special effect code sharing, js special effect code sharing
This example describes the Special Effects of javascript with automatic image carousel slides. Share it with you for your reference. The details are as follows:
This is a javascript-based code for automatic slideshow of images with dots. The implementation process is very 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 rel="stylesheet" href="css/zzsc.css" type="text/css" media="screen" />
(2) js Code:
<script type="text/javascript" src="js/jquery-min-1.7.js" charset="utf-8"></script><script src="js/all_dfd5691e.js"></script><script>$(function () {new SlideShow({nav: "#controller",effect : "fade",target: "#target",activeClass: "active",next: "#next",prev: "#prev",auto: true})})</script>
The js automatic image carousel slide special effects code shared for everyone is as follows:
<Head> <meta http-equiv = "Content-Type" content = "text/html; charset = gbk "> <link rel =" stylesheet "href =" css/zzsc.css "type =" text/css "media =" screen "/> <title> JavaScript with automatic dot slideshow slide effects </title>
The above is the js automatic image carousel slide special effect code shared for everyone. I hope you will like it and apply it to practice.