jquery to Judge iphone, Android device type _jquery

Source: Internet
Author: User

Recently made a version of micro-letter publicity page, through the JQ to judge the device, and to download

Micro-letter built-in browser to download the link to the screen, so first to judge, if the micro-letter built-in browser, then jump to apply the treasure link, if not, the judge is iphone/adroid/pc and to jump

The code is as follows:

function Downloadapp () {
 var u = navigator.useragent; 
 var ua = Navigator.userAgent.toLowerCase (); 
 var isandroid = u.indexof (' Android ') >-1 | | U.indexof (' Adr ') >-1; Android Terminal 
  var Isios =!! U.match (/\ (i[^;] +;( U;)? Cpu.+mac OS x/); iOS terminal 
 if (ua.match (/micromessenger/i) = = "Micromessenger") {//micro-letter built-in browser
  $ (". Download a"). Click (function () {
   window.location.href= ' http://a.app.qq.com/o/simple.jsp?pkgname= application name '
  });

 else{
  if (isios) {

   

   $ (". Download a"). Click (function () {
    window.location.href= ' https:// itunes.apple.com/cn/app/application name '
   } ';
  } else if (isandroid) {
   $ (". Download a"). Click (function () {
    window.location.href= ' http://a.app.qq.com/o/ Simple.jsp?pkgname= application name '
   } ';
  } else{

   $ (". Download a"). Click (function () {
    window.location.href= ' Apply link '

   });

  }

 }

  

  

The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.