需要导入三个文件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" />

 

相关文章:

  • 2021-05-16
  • 2021-12-30
  • 2021-08-09
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-04-02
猜你喜欢
  • 2021-07-06
  • 2021-05-21
  • 2021-08-14
  • 2021-12-18
  • 2021-09-17
  • 2021-04-29
  • 2021-12-04
相关资源
相似解决方案