最新下载
24小时阅读排行榜
- 1 生日祝福html源代码怎么运行_运行生日祝福html源代码法【教程】
- 2 光遇:女巫长裙获取攻略
- 3 场馆预约小程序适合哪些行业使用?
- 4 轮回修仙传全结局触发条件一览
- 5 写好的html代码怎么在手机上运行_手机运行写好的html代码步骤【指南】
- 6 如何在Go测试中正确处理相对路径
- 7 php源码怎么一起运行_同运php源码操作方法【技巧】
- 8 html界面要怎么创建并运行_创建并运行html界面步骤【教程】
- 9 用手机写完html代码后怎么运行_手机写完html运行步骤【指南】
- 10 html怎么在浏览器上运行php文件_浏览器运html中php文件方法【教程】
- 11 如何用SublimeJ写Go_Debug断点可视化设置
- 12 html5怎么在浏览器上运行_html5浏览器运行配置【教程】
- 13 怎么给php网站源码加授权_给php网站源码加授权方法【设置】
- 14 什么是SaaS模式预约小程序?
- 15 html中的js代码怎么运行_运行html中js代码方法【教程】
最新教程
-
- Node.js 教程
- 11144 2025-08-28
-
- CSS3 教程
- 1292118 2025-08-27
-
- Rust 教程
- 17380 2025-08-27
-
- Vue 教程
- 20228 2025-08-22
-
- PostgreSQL 教程
- 18241 2025-08-21
-
- Git 教程
- 7401 2025-08-21
<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是网页编程所需的重要技术之一。Jquery是继prototype之后又一个优秀的Javascrīpt框架,它是轻量级的js库,它兼容CSS3,还兼容各种浏览器。jQuery使用户能更方便地处理HTML documents、events、实现动画效果,并且方便地为网站提供AJAX交互。jQuery还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择。jQuery能够使用户的html页保持代码和html内容分离,也就是说,不用再在html里面插入一堆js来调用命令了,只需定义id即可。

