码迷,mamicode.com
首页 >  
搜索关键字:inflatable slide    ( 670个结果
导航栏监听页面滚动跟随 简单封装
slide('.wedding-title', '.expo-list', 'change','.nav'); //导航条 参数:导航栏父级, 被监听元素 , 导航改变样式,导航栏 function slide(navfather, tClass, activeClass,nav) { var $n ...
分类:其他好文   时间:2019-12-11 12:43:00    阅读次数:112
一阶段项目总结 导航栏 滚动监听固定
//导航栏操作 var hd = $(".header2").offset().top; $(window).scroll(function() { var hu = $(document).scrollTop(); // alert(hui); // console.log(hui); //con ...
分类:其他好文   时间:2019-12-01 19:04:58    阅读次数:82
动态加载swiper,默认显示最后一个swiper-slide解决方案???
问题描述: 用ajax动态加载swiper-slide以后,由于我是自适应屏幕的尺寸来决定一屏显示多少图片,所以加了 slidesPerView:'auto'这条属性,加了这条属性过后,每次刷新页面的时候他总是跑到最后一张 亲测有效 分析:默认的是加载的空数组,等数组获取完再加载swiper组件,在 ...
分类:其他好文   时间:2019-11-24 13:54:09    阅读次数:171
轮播图 、模态框
轮播图 <div class="container"> <div class="row"> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- 圆点 --> <ol class="c ...
分类:其他好文   时间:2019-11-23 18:24:20    阅读次数:76
jquery实现比较靠谱的手风琴代码
比较靠谱的手风琴代码<pre><!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>自制手风琴</title> ...
分类:Web程序   时间:2019-11-16 14:51:45    阅读次数:94
jquery swiper3自定义切换效果的方法
jquery swiper3自定义切换效果的方法 <pre> <div class="swiper-slide"> <div class="wrapslide bg"> <img class="ani bg loadimg" swiper-animate-effect="fadeInUp" swip ...
分类:Web程序   时间:2019-11-13 22:02:29    阅读次数:361
Cell theory|Bulk RNA-seq|Cellar heterogeneity|Micromanipulation|Limiting dilution|LCM|FACS|MACS|Droplet|10X genomics|Human cell atlas|Spatially resolved transcriptomes|ST|Slide-seq|SeqFISH|MERFISH
生物信息学 Cell theory:7个要点 All known living things are made up of one or more cells. All living cells arise from pre-existing cells by division. The cell ...
分类:系统相关   时间:2019-11-06 13:05:16    阅读次数:168
vue组件开发练习--焦点图切换
1.前言 vue用了有一段时间了,开发的后台管理系统也趋于完善,现在时间比较算是有点空闲吧!这个空闲时间我在研究vue的另外的一些玩法,比如组件,插件等。今天,我就分享一个组件的练手项目--焦点图切换组件。这个项目是我用于vue组件练习的一个项目,当然了,代码也会提交到github(ec-slide ...
分类:其他好文   时间:2019-11-05 21:34:03    阅读次数:108
PPT图片剪裁
Sub CropPicture() Dim shp As Shape, picFile As String, n As Long Dim sld As Slide, pre As Presentation Dim RowCount As Long, ColCount As Long RowCount... ...
分类:其他好文   时间:2019-11-02 21:53:34    阅读次数:119
滑动验证码
目前仅前端实现,支持移动端滑动事件。版本V1.0.5 github文档地址: https://github.com/monoplasty/vue-monoplasty-slide-verify 安装 npm install --save vue-monoplasty-slide-verify使用方法 ...
分类:其他好文   时间:2019-11-01 20:21:29    阅读次数:84
670条   上一页 1 ... 6 7 8 9 10 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!