手机开发

jQueryMobile快速入门

吃可爱长大的小学妹 提交于 2019-12-04 16:24:15
what   jQuery Mobile是jQuery 在手机上和平板设备上的版本。它不仅会给主流移动平台带来jQuery核心库,而且会发布一个完整统一的jQuery移动UI框架。支持全球主流的移动平台。 使用   要使用 jQuery Mobile,首先需要在开发的界面中包含如下3个内容: CSS文件jquery.mobile-1.4.5.min.css jQuery类库文件 jquery.min.js jQuery Mobile文件 jquery.mobile-1.4.5.min.js <link rel="stylesheet" href="http://apps.bdimg.com/libs/jquerymobile/1.4.5/jquery.mobile-1.4.5.min.css"> <script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> <script src="http://apps.bdimg.com/libs/jquerymobile/1.4.5/jquery.mobile-1.4.5.min.js"></script> 结构   一个jQuery Mobile页面时你需要创建三块基本内容(头,正文,尾),要在html文档中的 head 标签内填写: <meta