首页 > 代码库 > jQuery Mobile仿360首页,jQuery Mobile网格布局,jQuery Mobile网址大全,HTML5仿360首页

jQuery Mobile仿360首页,jQuery Mobile网格布局,jQuery Mobile网址大全,HTML5仿360首页

随着移动互联网的兴起,越来越多的人使用手机上网。打开uc浏览器,我们可以看到uc的主页。或者360的主页,或者百度的主页。

这些页面都是html5做的。看起来很难,其实一点也不难。网上有很多介绍html5的文章,我这里就不解释了。对于程序员来说,看代码还是最实在的。

代码支持电脑和手机,pad等终端设备。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>jQuery Mobile页面跳转切换的几种方式</title>
	
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width"/>
    <link rel="stylesheet" href=http://www.mamicode.com/"http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css">> <script type="text/javascript"></script>
<span style="white-space:pre">	</span><!-- 如有不懂,请加qq群:135430763,共同学习! -->
</body></html>

手机上运行效果:

如有不懂,请加qq群:135430763,共同学习!
源码已共享到QQ群:135430763
欢迎大家关注我的个人博客!!