Download


Download Builder

We recommend using our tool to build a custom bundle that contains only the components you need. The builder generates a custom JavaScript file, as well as full and structure-only stylesheets for production use.

Download Builder


Latest stable version

1.4.5

ZIP file

If you want to host the files yourself you can download a zip of all the files:

jQuery CDN provided by StackPath

JavaScript:

CSS:

Copy-and-Paste snippet for jQuery CDN hosted files:

1
2
3
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>

Google CDN

Microsoft CDN


Legacy versions


1.3.2

ZIP file

If you want to host the files yourself you can download a zip of all the files:

jQuery CDN

JavaScript:

CSS:

Copy-and-Paste snippet for jQuery CDN hosted files:

1
2
3
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" />
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>

Microsoft CDN


1.2.1

ZIP file

If you want to host the files yourself you can download a zip of all the files:

jQuery CDN

JavaScript:

CSS:

Copy-and-Paste snippet for jQuery CDN hosted files:

1
2
3
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="https://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>

Microsoft CDN


1.1.2

ZIP file

If you want to host the files yourself you can download a zip of all the files:

jQuery CDN

JavaScript:

CSS:

Copy-and-Paste snippet for jQuery CDN hosted files:

1
2
3
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.css" />
<script src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="https://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js"></script>

Microsoft CDN


1.0.1

ZIP file

If you want to host the files yourself you can download a zip of all the files:

jQuery CDN

JavaScript:

CSS:

Copy-and-Paste snippet for jQuery CDN hosted files:

1
2
3
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="https://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="https://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>

Microsoft CDN


All downloads

Links to zip files of all releases.


Latest code

Work in progress build, for testing.


Fork jQuery Mobile on GitHub