- 昵称:51助手
- 博龄:6年5个月23天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
js数字递增特效
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>js实现数字动态递增效果</t
swiper3 Swiper Animate 轮播后执行动画
摘要:Swiper Animate是Swiper中文网提供的用于在Swiper内快速制作CSS3动画效果的小插件,适用于Swiper2.x和Swiper3.x 。此插件不适用于loop模式1. 使用Swiper Animate需要先加载swiper.animate.min.js和animate.min.css。<!DOCTYPE html>
百度编辑器边框不显示
摘要:ueditor1.4.3.3\ueditor.all.jsfor (var c = 0; c < colsNum; c++) { html.push('<td width=&
搜索文本框输入提示,请输入关键词 显隐
摘要:<input name="key" type="text" placeholder="{:lang('请输入关键词')}" onfocus="$(this).attr('placeholder','
RippleButtons.js 点击水波样式
摘要:很好用,引入就可以ripple-master.zipripple.js 相关参数设置var colour = "#4285f4"; //水波颜色 var opacity = 0.3; //水波透明度 var ripple_within_eleme
js节流防抖
摘要: //节流防抖函数 function debounce(fun, delay) { return function (args) { let that = t
layer 获取子页面元素节点
摘要://例:var body = layer.getChildFrame('body', index); $('.add').click(function(){ layer.open({ title:'添加一级栏目', content:
获取layer 中content元素节点
摘要:layer.open({ title:'序号越小越靠前', content:'<input type="text" class="sortVal">', yes:function(index,layero
layer关闭页面刷新父级页面
摘要://子级页面js var index = parent.layer.getFrameIndex(window.name); //获取窗口索引 parent.layer.close(index); //关闭窗口 //父级页面js layer.open({ &nb