JQ realizes iphone, Android device

Source: Internet
Author: User

Recently made a version of the promotion page, through the JQ to determine the device, and download

Built-in browser to the download link is masked, so first judge, if it is built-in browser, then jump to the app Bao link, if not, then judge is iphone/adroid/pc and 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") {  //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= ' app link '});}} }

Just finishing, there may be errors, need to be updated.

JQ realizes iphone, Android device

Related Article

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.