jquery infers whether the browser is mobile or computer-side to jump on its own initiative

Source: Internet
Author: User

A segment small code. The same site for mobile viewing and computer-side view jump different pages.

First, load the jquery file.



$ (function () {var Mobileua = (function () {var ua = navigator.userAgent.toLowerCase (); var mua = {IOS:/ipod|iphone|ipad/.test (UA),//ios iphone:/iphone/.test (UA),//iphone I PAD:/ipad/.test (UA),//ipad ANDROID:/android/.test (UA),//android Device WINDOWS:/windows/.test (U A),//windows Device touch_device: (' ontouchstart ' in window) | | /touch/.test (UA),//touch device MOBILE:/mobile/.test (UA),//mobile device (IPAD) android_tablet:f Alse,//android tablet windows_tablet:false,//windows tablet tablet:false,//tablet (IPad, Androi        D, Windows) smart_phone:false//smart Phone (iPhone, Android)}; Mua. Android_tablet = Mua. ANDROID &&!mua.        MOBILE; Mua. Windows_tablet = Mua.        WINDOWS &&/tablet/.test (UA); Mua. TABLET = Mua. IPAD | | Mua. Android_tablet | | Mua.        Windows_tablet; Mua. Smart_phone = Mua. MOBILE &&!mua.        TABLET;    return MUA;    }()); SmartPhone if (mobileua.smart_phone) {//Mobile-link address document.location.href = ' Http://www.aaa.com/wap/ind    Ex.html '; }});


jquery infers whether the browser is mobile or computer-side to jump on its own initiative

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.