分类分类
更新时间:2026-02-18 20:14:36作者:zhao
1.查看浏览器信息
navigator.userAgent
检索浏览器信息包括哪些字符
例如:
if (navigator.userAgent.toLowerCase().indexOf("htc") >= 0) {
$("#GuanKa .page_content").css("transform", "scale(0.92)");
$(".gaunka_pic").css("top", "-100px");
$(".ertongji_btn").css("top", "570px");
}
2.给链接设置参数,再根据url参数做相应的事情
//用户当天还没上传图片
$(".Js_uplaod_bnt").click(function () {
if ($(this).attr("myid") == "1") {
SiteFunc.Ga('选择骑骑宝');
}
else if ($(this).attr("myid") == "2") {
SiteFunc.Ga('选择睡睡宝');
}
else if ($(this).attr("myid") == "3") {
SiteFunc.Ga('选择踢踢宝');
}
else if ($(this).attr("myid") == "4") {
SiteFunc.Ga('选择爬爬宝');
}
else if ($(this).attr("myid") == "5") {
SiteFunc.Ga('选择学习宝');
}
else if ($(this).attr("myid") == "6") {
SiteFunc.Ga('选择走走宝');
}
window.location.href = "Upload.aspx?BabyPostureID=" + $(this).attr("myid");
});
//点击上传Icon图片的显示
var CurBabyPostureID = Cmn.Func.GetParamFromUrl("BabyPostureID");
$(".Js_photo_icon_upimg img").attr("src", "images/result/photo_icon" + CurBabyPostureID + ".png");
3.手机端长按触发事件
//某一元素长按了2秒就跳转到一个页面
var _timeout = null;
//长按二维码跳转到办卡也
$(".Js_LongPressToCard").on("touchstart",function () {
window.clearTimeout(_timeout);
_timeout = setTimeout(function () {
window.location.href = "https://mbank.spdbccc.com.cn/creditcard/indexActivity.htm?data=000501";
}, 2000);
});
$(".Js_LongPressToCard").on("touchend", function () {
window.clearTimeout(_timeout);
});
以上所述就是本文的全部内容了,希望大家能够喜欢。
相关
归墟战纪策略游戏262.92 MBv3.95802026-02-14
下载爆裂老奶策略游戏209.43 MBv1.0.112026-02-14
下载超能下蛋鸭策略游戏395.4 MBv1.2.82026-02-14
下载你好盒子实用工具12.1 MBv2.2.852026-02-14
下载我在峡谷当牛马休闲益智87.95 MBv0.7.12026-02-14
下载抽卡监狱2策略游戏190.75 MBv1.4.92026-02-14
下载Campus社交通讯94.36 MBv1.19.02026-02-14
下载冒险传奇角色扮演141.73 Mv9991.12026-02-14
下载心动次元app社交通讯43.96 Mv1.0.1.32026-02-14
下载致亲爱的我角色扮演1.63Gv1.02026-02-14
下载狼伴侣游戏手机版冒险游戏155.6 Mv1.02026-02-14
下载Loclike社交通讯169.08 Mv2.2.112026-02-14
下载










