51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#jQ
jquery向上滚动页面的写法
jquery向上滚动页面的写法<pre>$('.arrow_top').on('click',function(){$body=(window.opera)?(document.compatMode=="CSS1Compat"?$('html'):$('body')):$('html,body');$bod...
代码星球
·
2020-05-23
jquery
向上
滚动
面的
写法
jquery鼠标经过弹出层写法
jquery鼠标经过弹出层写法<pre><divclass="navitem"><ahref="/index.php?c=news&a=index&id=52">新闻中心</a><divclass="navitemlist">&...
代码星球
·
2020-05-23
jquery
鼠标
经过
弹出
写法
jquery swiper自定义pagination的方法
jqueryswiper自定义pagination的方法<pre><script>varswiper=newSwiper('.swiper-container',{pagination:'.swiper-pagination',paginationClickable:true,paginatio...
代码星球
·
2020-05-23
jquery
swiper
自定义
pagination
方法
jquery trigger使用方法
jquerytrigger使用方法比方说写了下面点击事件采用trigger要触发他<pre>$('.biaoqian_ula').on('click',function(){$('.lianxi_navimg').css('border','1px#d6d6d6solid');$(this).css('bo...
代码星球
·
2020-05-23
jquery
trigger
使用方法
jquery on绑定事件叠加解决方法
jqueryon绑定事件叠加解决方法代码如下<pre>$('.maoqiu').each(function(){varis_bind=$(this).attr('is_bind');if(is_bind!=1){$(this).attr('is_bind',1);$(this).on('touchend',...
代码星球
·
2020-05-23
jquery
on
绑定
事件
叠加
jquery换一批的写法
jquery换一批的写法<pre><imgsrc="{$yuming}/images/3/huanyipi.png"currentindex="1"count="3"class="huanyipi"></pre><pre>$('.huanyipi').on('click'...
代码星球
·
2020-05-23
jquery
一批
写法
使用jquery操作iframe中的元素
使用jquery操作iframe中的元素<iframesrc="/test/demo.htm"width="99%"height="300"id="frameTHY"></iframe><pre><script>window.onload=function(){$("#f...
代码星球
·
2020-05-23
使用
jquery
操作
iframe
中的
jquery serialize()函数用法
jqueryserialize()函数用法<pre><html><head><scripttype="text/javascript"src="/jquery/jquery.js"></script><scripttype="text/javascrip...
代码星球
·
2020-05-23
jquery
serialize
函数
用法
jquery 用creatjs preloadjs的方法
jquery用creatjspreloadjs的方法<pre><!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>Title</title></head&g...
代码星球
·
2020-05-23
jquery
creatjs
preloadjs
方法
jquery each循环遍历完再执行的方法
jqueryeach循环遍历完再执行的方法因为each是异步的所以要加计数器.vareachcount=0;<pre>$(".emptytip").each(function(){eachcount++console.log(eachcount);if(eachcount>=$(".emptytip"...
代码星球
·
2020-05-23
jquery
each
循环
遍历
完再
jquery手指触摸滑动放大图片的方法(比较靠谱的方法)
jquery手指触摸滑动放大图片的方法(比较靠谱的方法)<pre><!DOCTYPEhtml><htmllang="zh-cn"><head><title>touch.jsdemo</title><metacharset="utf-8"/&g...
代码星球
·
2020-05-23
方法
jquery
手指
触摸
滑动
jquery倒计时代码
jquery倒计时代码<pre><spanid="day_show">0天</span><strongid="hour_show">0时</strong><strongid="minute_show">0分</strong><st...
代码星球
·
2020-05-23
jquery
倒计时
代码
jquery.eraser制作擦涂效果
jquery.eraser制作擦涂效果<pre><!DOCTYPEhtml><html><head><metahttp-equiv="Content-Type"content="text/html;charset=UTF-8"/><metacharset...
代码星球
·
2020-05-23
jquery.eraser
制作
擦涂
效果
jquery微信浏览器阻止页面拖动
jquery微信浏览器阻止页面拖动<pre>functionbodyScroll(event){event.preventDefault();}document.body.addEventListener('touchmove',bodyScroll,false);/*有些页面可能会影响到里面的触摸事件可以...
代码星球
·
2020-05-23
jquery
微信
浏览器
阻止
页面
ios jquery css('left')无法读取属性解决的方法
iosjquerycss('left')无法读取属性解决的方法<pre>$(this).position().left因为display:none状态下是读取不了$(this).offset().left</pre>...
代码星球
·
2020-05-23
ios
jquery
css
#39left
无法
首页
上一页
...
82
83
84
85
86
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他