
更多>
最新下载
24小时阅读排行榜
- 1 打开Photoshop提示暂存盘已满无法使用的解决方法
- 2 Python虚拟现实 Python VR开发环境配置
- 3 JS中的localStorage怎么用?能存什么?
- 4 Python中如何使用静态方法?
- 5 微信怎么设置夜间模式 微信深色模式开启教程
- 6 什么是C++中的安全字符串处理?
- 7 新手必看!DeepSeekAI生成标题技巧,小红书梗图点击率提升50%!
- 8 Python中setup.py作用 传统Python包配置setup.py文件编写指南
- 9 学习通视频课程怎么加速播放 学习通视频课程倍速播放设置
- 10 轻颜相机怎么拍动态照片 动态照片拍摄全攻略
- 11 Opensea通过OS2升级再次证明了它的弹性
- 12 python中pip的安装与使用 python包管理工具pip命令大全
- 13 美图秀秀如何调整照片比例?美图秀秀裁剪缩放技巧分享!
- 14 如何动态地向类添加方法?
- 15 Python中enum枚举类型 Python3中enum模块创建枚举类详解
更多>
最新教程
-
- 麻省理工大佬Python课程
- 9429 2024-05-31
-
- Swoole5 Hyperf3 php8新版本协程框架讲说
- 12021 2024-05-13
-
- 【web前端】Node.js快速入门
- 7898 2024-04-26
-
- 国外Web开发全栈课程全集
- 7826 2024-04-24
-
- Go语言实战之 GraphQL
- 5622 2024-04-19
-
- 550W粉丝大佬手把手从零学JavaScript
- 6434 2024-04-18
jQuery手机通讯录选中删除联系人效果
js代码:
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> // 判断是否为pc还是移动端。true为移动端 function detectmob() { if( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) ){ return true; } else { return false; } } if(!detectmob()) { $("#selectPage").removeClass('weui-popup__container'); $("#selectPage .weui-popup__modal").css({ "-webkit-transform": "none", "-moz-transform": "none", "-ms-transform": "none", "transform": "none" }) $("#seachPage").css({ "z-index": 120 }) $("#selectPage .weui-popup__overlay").addClass('hide'); $(".sel-btn,.back-btn").addClass('hide'); $(".gray-bg").css({ "position":"relative", "width": 740, "height": 600, "margin": "auto" }) $("#indexPage").css({ "width": 370 }) $("#selectPage").css({ "width": 370, "position": "absolute", "height": "100%", "top":0, "right":0 }) } </script> <script src="js/icheck.min.js"></script> <script src="js/jquery-weui.js"></script> <script src="js/doT.min.js"></script> <script src="js/mailList2.js"></script>
这是一款jQuery仿手机通讯录选中删除联系人代码,还支持单选多选全选、选择组等效果。


本站所有资源都是由网友投搞发布,或转载各大下载站,请自行检测软件的完整性!本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!如有侵权请联系我们删除下架,联系方式:admin@php.cn