欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

Jquerymobile 简单安装

发布时间:2024/1/17 编程问答 35 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Jquerymobile 简单安装 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

需要导入三个文件jquery,jquerymobile,css(jquerymobile地址:http://jquerymobile.com/)

<script src="js/jquery-1.11.2.min.js"></script>
<script src="JQM/jquery.mobile.custom.js"></script>
<link rel=stylesheet href="JQM/jquery.mobile.custom.structure.css">

 

取消缩放

UTF编码 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 取消缩放 <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no" />

 

转载于:https://www.cnblogs.com/wesky/p/4418072.html

总结

以上是生活随笔为你收集整理的Jquerymobile 简单安装的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。