this plugin can display options in slide style,you can select one radio by slide
1.需要下载相关的插件,并引用进来 <link href="css/jquery.slideBox.css" rel="stylesheet" /> <script src="js/jquery-1.7.1.min.js"></script> <script src="js/jquery.slideBox.min.js"></script> 2.在HTML页面中 设置好 要滚动的 图片
来源:http://www.ido321.com/852.html 今天偶然发现了一个比较好用的图片轮播插件—slideBox 先看看效果:http://slidebox.sinaapp.com/ 代码如下 1: <!doctype html> 2: <html> 3: <head> 4: <meta http-equiv="Content-Type" content="t
文档说明地址:http://www.jq22.com/jquery-info385 原来的插件当只有一个图片的时候有BUG,修改好了,以下为源码 (function($) { $.fn.slideBox = function(options) { var defaults = { direction: 'left', duration: 0.6, easing: 'swing', delay: 3
<!doctype html> <html> <head> <meta charset="utf-8"> <title>jQuery图片轮播(焦点图)插件</title> <link href="css/jquery.slideBox.css" rel="stylesheet" type="text/css" /> <script src="js/jquery-1.7.1.min.js" type
1.下载JQuery.slideBox和jquery插件,并引用 <link href="css/jquery.slideBox.css" rel="stylesheet" /> <script src="js/jquery-1.7.1.min.js"></script> <script src="js/jquery.slideBox.min.js"></script> 下载链接 2.设置图片的h
转载地址:http://www.ido321.com/852.html 说明:兼容ie8,firfox,chrome 使用说明 1,引入js <script type="text/javascript" src="<%=path%>/assets/js/jquery-1.8.2.min.js"></script> <script type="text/javascript" src="<%=pa
如下图所示的class="num" 下的a标签有几个就有几个焦点,对应下面的<li>标签的图片,js设定图片时间 <div class="hot left" id="hot"> <div class="num"> <a class="curr"></a> <a></a> <a></a> </div> <ul> <li class="def"> <img class=