jQuery Mobile 简介与安装
2020-12-12 23:32
标签:style blog class code java tar 一、什么是 jQuery
Mobile? jQuery Mobile 是一个为触控优化的框架,用于创建移动 web 应用程序。 jQuery 适用于所有流行的智能手机和平板电脑: jQuery Mobile 构建于 jQuery 库之上,这使其更易学习,如果您通晓 jQuery 的话。 它使用 HTML5、CSS3、JavaScript 和 AJAX 通过尽可能少的代码来完成对页面的布局。 二、向网页中添加 jQuery
Mobile 1、从 CDN 引用 jQuery Mobile(推荐) CDN (Content Delivery Network) 用于通过 web
来分发常用的文件,以此加快用户的下载速度。与 jQuery 类似,无需在您的计算机上安装任何程序;您只需直接在 HTML 页面中引用以下样式表和
JavaScript 库,这样 jQuery Mobile 就可以工作了: 2、从 jQuerymobile.com 下载 jQuery Mobile 库 如果您希望在服务器上存放 jQuery Mobile,您可以从 jQuerymobile.com 下载文件。 提示:请将下载的文件放到您希望使用的文件夹中。 提示:您是不是奇怪为什么 jQuery Mobile 简介与安装,搜素材,soscw.com jQuery Mobile 简介与安装 标签:style blog class code java tar 原文地址:http://www.cnblogs.com/LO-ME/p/3708190.htmlhead>
link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
script src="http://code.jquery.com/jquery-1.8.3.min.js">script>
script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js">script>
head>
head>
link rel=stylesheet href=jquery.mobile-1.3.2.css>
script src=jquery.js>script>
script src=jquery.mobile-1.3.2.js>script>
head>
上一篇:复习PHP-语言参考-预定义接口
下一篇:解析CSS加密技术之“障眼法”