JavaScript
CSS
HTML
PHP
联系雪哥
登录
注册
找回密码
JavaScript
CSS
HTML
PHP
联系雪哥
登录
注册
找回密码
javascript
共40篇
第2页
排序
更新
浏览
点赞
评论
JavaScript检测判断是否在iPhone中的Safari浏览器打开
<script type='text/javascript'> var ua = navigator.userAgent.toLowerCase(); //判断是不是在iPhone的Safair浏览器打开的本页面 if (ua.indexOf('applewebkit') > -1 && ua...
3年前
0
536
10
jQuery滑动锚点
无需jQuery的只需要href='#xulgr' 然后 id='xulgr' 就能直接锚点,但这样不美观,我来弄个jQuery的吧 首先,头部引入jQuery库 <script src='https://code.xulgr.com/pub/js/jquery-1.8.2.min...
4年前
0
510
0
HTML中用php或js获取当前完整url链接
利用JS获取当前完整url链接: <script>document.write( window.location.href );</script> 这个可以很好的用在404错误或重定向里,主要用于来显示当前链接。 利用php获取当...
4年前
0
510
7
好玩的鼠标特效代码
放到页脚即可 <script type='text/javascript'> var a_idx = 0; jQuery(document).ready(function($) { $('body').click(function(e) { var a = new Array('❤雪哥❤','❤博客❤','❤主页...
4年前
0
504
0
HTML用JS判断PC和WAP端自适应域名转换跳转
单在html前端<head>里添加JS代码即可 PC端: <script> (function () { if (navigator.userAgent.match( /(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile...
4年前
0
478
0
html和php获取当前年份代码
<script>document.write( new Date().getFullYear() );</script>
4年前
0
424
0
JS获取当前文章或帖子的id
<script>var url = location.href;url = url.match(/\/(\d*).html/);document.write(url[1]);</script>
4年前
0
421
0
鼠标移动线条特效代码
引入代码如下: <script type='text/javascript' color='105,105,105' src='https://code.xulgr.com//pub/js/mouse_line.js'></script>
4年前
0
393
0
网页复制后的提示代码
<script type='text/javascript'> document.oncontextmenu=function(){return false} document.body.oncopy=function(){alert('复制成功!转载请注明来自xulgr.com,谢谢合作!');} </...
4年前
0
387
0
网站评论敲字礼花特效代码+全屏振动特效代码
<script src='https://code.xulgr.com/pub/js/pingluntexiao.js '></script> <script> POWERMODE.colorful = true; POWERMODE.shake = true; document.body.addEventListener...
4年前
0
384
0
上一页
1
2
3
4
下一页
在手机上浏览此页面
登录
没有帐号?立即注册
手机号
验证码
发送验证码
记住登录
帐号密码登录
登录
用户名/手机号/邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
注册
已有帐号,立即登录
设置用户名
手机号
验证码
发送验证码
设置密码
注册
注册即表示同意
用户协议
、
隐私声明