常用jQuery代码分享

常用jQuery代码分享

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);
    });

以上所述就是本文的全部内容了,希望大家能够喜欢。

参考来源: http://www.aichengxu.com/view/60417

时间: 2024-10-20 15:41:01

常用jQuery代码分享的相关文章

网站开发最常用的代码分享

1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键<table border oncontextmenu=return(false)><td>no</table> 可用于Table   2.<body onselectstart="returnfalse">取消选取.防止复制   3.onpaste="returnfalse" 不准

常用jQuery代码02

一.each函数拿到每个元素的宽度 setTimeout(function () { $(".sticker_list img").each(function () { var Width = $(this).width(); var Height = $(this).height(); // alert(Width); // alert(Height); $(this).css({ "margin-left": (Width / 2) * (-1) + "

常用jQuery代码

1.点击获得当前元素索引,实现切换相应的图片路径 $(".li").bind("click", function () { var _num = $(this).index(); $(".pic_poster_img img").attr("src", "images/live/mews_pic" + (_num + 1) + ".jpg"); });   2.窗口改变时调整元素宽度 $

常用jQuery代码03

1.查看浏览器信息 navigator.userAgent 检索浏览器信息包括哪些字符 例如: if (navigator.userAgent.toLowerCase().indexOf("htc") >= 0) { $("#GuanKa .page_content").css("transform", "scale(0.92)"); $(".gaunka_pic").css("top&qu

网站开发最常用的代码,觉的可以学习参考下就复制粘贴过来的

网站开发最常用的代码分享 1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键<table border oncontextmenu=return(false)><td>no</table> 可用于Table   2.<body onselectstart="returnfalse">取消选取.防止复制   3.onpaste="returnf

最实用、最常用的jQuery代码片段

1 // chinacoder.cn JavaScript Document 2 3 $(document).ready(function() { 4 5 //.filter(":not(:has(.selected))") //去掉所有不包含class为.selected的元素 6 7 // 使用has()来判断一个元素是否包含特定的class或者元素 8 $("input").has(".email").addClass("emai

jQuery代码开发技巧收集,jquery常用的开发代码

jQuery代码开发技巧收集,jquery常用的开发代码 今天分享一个jquery常用的开发代码,大部分是网友总结的,总共60条.后期我也会陆续完善! 把我在开发中常用的写在这里,希望持续关注~~ 1. 使用siblings()来处理同类元素 // Rather than doing this $('#nav li').click(function(){ $('#nav li').removeClass('active'); $(this).addClass('active'); }); //

jQuery实现的手机发送验证码倒计时效果代码分享

这是一款基于jquery实现的手机发送验证码倒计时效果代码,可实现实时显示秒数倒计时的功能,还可实现对手机号码格式验证的功能,是一款常用的网站注册发送手机验证码特效代码. 效果描述:注册一个网站,当需要发送验证码到手机上的时候,我们经常碰到这样的效果:首先检测手机是否符合1开头,11位数字的格式:若不符合,则提示错误信息并返回false:否则提交给后台,后台确定接收后返回一个值,发送按钮变为灰色并倒计时. 运行效果: 年利率高达14.4% 上海投融理财,20万起投,年化收益14.4% 房产抵押,

17款jQuery在线QQ客服代码分享

17款jQuery在线QQ客服代码分享给大家咯!!拿走,不谢,我叫雷锋~~ jQuery侧边栏点击展开收缩在线QQ客服代码 jQuery网页右侧固定层显示隐藏在线qq客服代码 jQuery点击按钮遮罩弹出在线QQ客服代码 jQuery带留言在线qq客服代码 绿色的jquery qq在线客服网页右侧固定层qq客服隐藏显示代码 蓝色的jquery固定div悬浮在线客服代码 jquery固定层网页侧边栏在线qq客服代码 jquery浮动在左侧的QQ客服代码 带有弹性可伸缩的在线客服代码 jquery右