Introduction and installation of JQuery Mobile

Source: Internet
Author: User

First, what is JQuery Mobile?

JQuery Mobile is a touch-optimized framework for creating mobile Web applications.

JQuery is available for all popular smartphones and tablets:

jquery Mobile is built on top of the jquery library, making it easier to learn if you are familiar with jquery.

It uses HTML5, CSS3, JavaScript, and AJAX to complete the layout of the page with as little code as possible.

Ii. Add JQuery Mobile to your Web page

1. Refer to JQuery Mobile from CDN (recommended)

CDN (Content Delivery Network) is used to distribute frequently used files over the web, which speeds up user downloads. Like jquery, you don't need to install any programs on your computer; you simply reference the following stylesheet and JavaScript library directly in the HTML page, so that jQuery Mobile works:

<Head><Linkrel= "stylesheet"href= "Http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"><Scriptsrc= "Http://code.jquery.com/jquery-1.8.3.min.js"></Script><Scriptsrc= "Http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></Script></Head>

2. Download the JQuery Mobile Library from jquerymobile.com

  If you want to store JQuery Mobile on the server, you can download the file from jquerymobile.com.

<Head><Linkrel=stylesheethref=jquery.mobile-1.3.2.css><Scriptsrc=jquery.js></Script><Scriptsrc=jquery.mobile-1.3.2.js></Script></Head>

tip: Please place the downloaded file in the folder you want to use.

tip: are you wondering why the <script> tag does not have the type= "Text/javascript" attribute? This property is not required in HTML5. JavaScript is the default scripting language in HTML5 and all modern browsers!

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.