Issues with the jquery and Jquerymobile versions (with examples)

Source: Internet
Author: User

1, jquery2.1.4 a version and Jquerymobile is not compatible can not display the effect. You can change the version number in the following jquery to find that the jquerymobile effect is not possible. Don't know what the problem is the front-end of the small partners note! Do not use the latest jquery3.1.0 version when using Jquerymobile when writing code. There is also attention to the code details (Jquerymobile is based on jquery all at the time of the reference jquery declaration must be in front)

<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>Title</title>
<link rel= "stylesheet" href= "Http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" >
<script src= "Http://code.jquery.com/jquery-2.1.4.min.js" ></script>
<script src= "Http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js" ></script>
<link rel= "stylesheet" type= "Text/css" href= "Style1.css" >
<body>
<div data-role= "page" id= "Pageone" >
<div data-role= "Header" >
</div>
<div role= "Main" >
<a href= "#pagetwo" > Jump to the second page </a>
</div>
<div data-role= "Footer" >
</div>
</div>
<div data-role= "page" id= "Pagetwo" >
<div data-role= "Header" >
</div>
<div drole= "Main" >
<a href= "#pageone" > Jump to the first page </a>
</div>
<div data-role= "Footer" >
</div>
</div>
</body>


Issues with the jquery and Jquerymobile versions (with examples)

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.