jquerymobile手风琴事例

jquerymobile手风琴事例,第1张

概述&lt!DOCTYPE html&gt&lthtml&gt &lthead&gt &lttitle&gt三国&lt/title&gt &ltmeta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0" /&gt &ltscript type="tex

<!DOCTYPE HTML>
<HTML>
    <head>
        <Title>3国</Title>
        <Meta name="vIEwport" content="wIDth=device-wIDth,initial-scale=1,user-scalable=0" /> 
        <script type="text/JavaScript" src="
http://code.jquery.com/jquery⑴.5.min.Js"></script>
        <link rel="stylesheet" href="
http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.CSS" />
        <script type="text/JavaScript" src="
http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.Js"></script>
    </head>
    <body>
        <div data-role="page" ID="homepage">
            <div data-role="header" data-position="fixed">
                <h1>3国</h1>
            </div>
            <div data-role="content">
                <div data-role="collapsible-set">
                   <section data-role="collapsible">
                     <h3>蜀国</h3>
                     <p>
                       蜀汉(221―263年),3国之1,为汉皇室后裔刘备所建立,
                       蜀汉始于昭烈帝刘备,终究汉怀帝(刘渊追谥)刘禅,历2帝,共4102年
                     </p>
                   </section>
                   <section data-role="collapsible">
                      <h3>吴国</h3>
                      <p>孙权建立</p>
                   </section>
                   <section data-role="collapsible">
                      <h3>魏国</h3>
                      <p>曹 *** 建立</p>
                   </section>
                </div>
            </div>
            <div data-role="footer" data-position="fixed">
                <h1>3分天下</h1>
            </div>
         </div>
     </body>
</HTML>

效果:

 

 


总结

以上是内存溢出为你收集整理的jquerymobile手风琴事例全部内容,希望文章能够帮你解决jquerymobile手风琴事例所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1019096.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存