演示地址:http://wjf444128852.github.io/demo/Carousel/index.html IE兼容性没处理,确切的说不太会,还望指点一二 思路: 1、js获取要给定点击事件的按钮组对象,如btns=document.xxx(),遍历过程绑定事件之前先取得当前对象的下标e ...
分类:
编程语言 时间:
2016-05-02 09:17:21
阅读次数:
299
一:结构 注意,1 必须是三张以上图片,2 最外层carousel-wrap必须要有一个宽高 二:CSS 三:JS 基于JQ, 四:测试地址 http://game.feiliu.com/zk/new/plugin/default.html 五:demo源码下载 http://files.cnblo ...
分类:
其他好文 时间:
2016-03-31 09:27:47
阅读次数:
156
Android轮播图封装,下拉刷新相结合
自定义轮播图CarouselView
自定义下拉刷新PullRefreshListView
马上就要正式做毕业设计了,一些零碎时间写其中的一个模块,现记录下来,以备以后忘记时使用。欢迎大神不吝纠正。
效果图:
layout_carousel.xml
RelativeLayout xmlns:android="http://s...
分类:
移动开发 时间:
2016-03-26 10:59:46
阅读次数:
239
网址: http://www.ziqiangxuetang.com/bootstrap/bootstrap-carousel-plugin.html
分类:
其他好文 时间:
2016-03-19 00:42:34
阅读次数:
393
官网:http://cubiq.org/iscroll-5 demo: 滚动刷新:http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/ 'Carousel' demo iScroll功能很强大,目前我只用来 自定义滚动条 以下简单介绍
分类:
移动开发 时间:
2016-02-25 15:29:31
阅读次数:
389
1. Agile jQuery Carousel Highly customizable jQuery Carousel plugin so you can build according to your requirements. JSON data format is used to provi
分类:
Web程序 时间:
2016-02-19 09:04:57
阅读次数:
305
演 示 下 载简介Owl Carousel 是一个强大、实用但小巧的 jQuery 幻灯片插件,它具有一下特点:兼容所有浏览器支持响应式支持 CSS3 过度支持触摸事件支持 JSON 及自定义 JSON 格式支持进度条支持自定义事件支持延迟加载支持自适应高度……Owl Carousel 提供了众多的...
分类:
Web程序 时间:
2016-01-12 11:57:32
阅读次数:
301
1 $(document).on('click.bs.carousel.data-api','td',function(e){})2 3 $(document).off('.carousel.data-api')on使用时相对JQuery 多了一个中间参数 JQuery 使用$(document)....
分类:
其他好文 时间:
2016-01-01 18:42:56
阅读次数:
152
先看bootstrap.carousel.js的结构var Carousel = function (element, options){} //构造器Carousel.prototype = {} // 构造器原型$.fn.carousel = function ( option ) {} //j...
分类:
Web程序 时间:
2015-12-28 21:51:30
阅读次数:
238
因为最近开发的项目涉及到移动设备上的 HTML5 开发,其中需要实现轮播效果。然后最快捷的方式,你知道的(Bootstrap),然后原生的 Bootstrap 的 carousel.js 插件并没有支持手势。然后......自己想办法呗,再然后,就有下面3种解决方案 :jQuery Mobile (...
分类:
其他好文 时间:
2015-12-15 13:59:07
阅读次数:
356