- 博客(6)
- 收藏
- 关注
原创 引入YouTube视频自动控制开始和暂停
YouTube视频在页面内引入经常会遇到如果不点击暂停后台会继续播放视频的情况 从API文档总结出解决办法 代码如下 <div class="vdobox" data-id="gPg0FtL5r7g"> <p class="myg"><img src="/assets/jqq/close.png" alt=""></p> <div id="playerq0"></div> ...
2020-06-30 14:49:18
1651
1
原创 swiper异形缩放轮播图
异形缩放轮播图图片展示:HTML代码如下:<div class="tusted_box"> <div class="swiper-container tust_swp"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="trus_img"&
2020-06-30 14:28:19
1650
原创 常见的上下滑动的视差效果
元素可见时 跟随鼠标滚动产生的视差效果 代码如下:<div class="set9 clearfix" style="padding: 500px 0; height:2000px;"> <div class="dropa" style="width: 100px;height:100px;background-color: #ccc; float: left;margin-right: 200px;position: initial; transition:marg..
2020-05-29 14:30:32
406
原创 锚点页面内平滑跳转
使用a标签页面内跳转加平滑效果代码:<a href="#About"></a><style type="text/css"> body{ scroll-behavior: smooth; }</style>
2020-05-14 17:11:46
277
原创 js表单验证只输入数字、+、-
input 表单只能输入数字和 + - 的验证正则 pattern = /^[0-9\-\+]+$/; if(!pattern.test(phone)) { console.log("err"); return false; }可用于输入验证和提交表单时的验证
2020-05-14 17:04:21
773
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅