Getting started with jquery mobile

Source: Internet
Author: User
Tags jquery cdn

[Html]
To use jQueryMobile, first create an html page and add the following content to the head tab:
 
<Link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css">
<Script src = "http://code.jquery.com/jquery-1.5.min.js"> </script>
<Script src = "http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"> </script>

To use jQueryMobile, first create an html page and add the following content to the head tab:

<Link rel = "stylesheet" href = "http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css">
<Script src = "http://code.jquery.com/jquery-1.5.min.js"> </script>
<Script src = "http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"> </script>

 

As you can see in the code, jQueryMobile is an extension of jQuery. Currently, the compressed jQuerymobile is only 12 kb.

The above code is from the jQuery CDN server, and the css file also contains necessary image links. If you need to run it on your own server, you can download the following files and decompress them to deploy them on your server:

Zip File: jquery.mobile-1.0b2.zip

Author: chaojie2009
 

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.