Getting started with JQuery Mobile -- pre-load the page

Source: Internet
Author: User
Tags prefetch

1. When developing a mobile application, it is necessary to pre-load the page to be linked. Because when a linked page is set to a pre-load mode, the target page is automatically loaded to the current document after the current page is loaded. You can click it to open the page immediately, this greatly speeds up page access. 2. Set the link page to pre-load, add the data-prefetch attribute to the <a> label, and set the attribute value to true. To implement page pre-loading in JQuery Mobile, another method is to call the global method $. mobile. loadPage () in JavaScript code, which has the same effect as data-prefetch. 3. Sample Code: <! Doctype html> <! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN"> <HTML> <HEAD> <TITLE> New Document </TITLE> <meta name = "viewport "content =" width = device-width, initial-scale = 1 "/> <link href =" Css/jquery.mobile-1.2.0.min.css "rel =" Stylesheet "type =" text/css "/> <script src =" Js/jquery-1.8.3.min.js" type "text/javascript"> </script> <script src = "Js/jquery. mobile-1.2.0.min.js "type =" text/javascript "> </script> </HEAD> <BODY> <div data-role =" page "> <div data-role =" header">

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.