관리 메뉴

DREAM IT, WISH IT, DO IT

jQuery Mobile framework 본문

Programming/PHP/Javascript

jQuery Mobile framework

개발일지 오세빈 2012. 4. 14. 02:35

jQuery Mobile Framework


Latest Stable Version: 1.1.0

We provide CDN-hosted versions of jQuery Mobile for you to include into your site. These are already minified and compressed – and host the image files as well. It’ll likely be the fastest way to include jQuery Mobile in your site.

CDN-Hosted JavaScript:

CDN-Hosted CSS:

Copy-and-Paste Snippet for CDN-hosted files (recommended):

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>

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

Microsoft CDN hosted jQuery Mobile files:

Legacy Version: 1.0.1

CDN-Hosted JavaScript:

CDN-Hosted CSS:

Copy-and-Paste Snippet for CDN-hosted files (recommended):

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

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

 
Microsoft CDN hosted jQuery Mobile files:

Fork jQuery Mobile on GitHub

https://github.com/jquery/jquery-mobile


'Programming > PHP/Javascript' 카테고리의 다른 글

[Chrome Plugin]크롬 어플리케이션 개발 (Web App, Plugin, Packaged App)  (0) 2012.11.04
Common Js  (0) 2012.04.20
jQuery Mobile framework  (0) 2012.04.14
Web - Jquery  (0) 2012.04.14
0 Comments
댓글쓰기 폼