jquerymobile创建9宫格事例

<html>
<head>
    <title>9宫格</title>
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0" />  
    <script type="text/javascript" src="
http://code.jquery.com/jquery-1.5.min.js"></script>
    <link rel="stylesheet" href="
http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css" />
    <script type="text/javascript" src="
http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js"></script
</head>
<body>
  <div data-role="page" id="homepage">
    <div data-role="header" data-position="fixed">
        <a href="#" data-role="button" data-theme="a" data-icon="back">返回</a>
        <h1>9宫格</h1>
        <a href="#" data-role="button" data-theme="a" data-icon="forward">前进</a>
    </div>
    <div data-role="content">
       <div class="ui-grid-b">
           <div class="ui-block-a">
               <a href="#" data-role="button" data-theme="a" data-icon="home" data-iconpos="top">首页</a>
           </div>
           <div class="ui-block-b">
               <a href="#" data-role="button" data-theme="a" data-icon="grid" data-iconpos="top">列表</a>
           </div>
           <div class="ui-block-c">
               <a href="#" data-role="button" data-theme="a" data-icon="star" data-iconpos="top">加星</a>
           </div>
           <div class="ui-block-a">
               <a href="#" data-role="button" data-theme="a" data-icon="info" data-iconpos="top">信息</a>
           </div>
           <div class="ui-block-b">
               <a href="#" data-role="button" data-theme="a" data-icon="search" data-iconpos="top">查找</a>
           </div>
           <div class="ui-block-c">
               <a href="#" data-role="button" data-theme="a" data-icon="gear" data-iconpos="top">设置</a>
           </div>
           <div class="ui-block-a">
               <a href="#" data-role="button" data-theme="a" data-icon="check" data-iconpos="top">已选</a>
           </div>
           <div class="ui-block-b">
               <a href="#" data-role="button" data-theme="a" data-icon="alert" data-iconpos="top">提示</a>
           </div>
           <div class="ui-block-c">
               <a href="#" data-role="button" data-theme="a" data-icon="plus" data-iconpos="top">添加</a>
           </div>
       </div>
    </div>    
  </div>
</body>
</html>

效果:

技术分享

 

 


郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。