JQuery Mobile:如何在一个元素上中和JQM?

时间:2013-04-25 19:02:19

标签: jquery css jquery-mobile

鉴于我的html结构为:

<body>
  <div data-role="page" data-theme="b">
  <header>My header</header>
    <div data-role="content">
    My page-specific content
    </div>
  <footer>My footer</footer>
  </div><!-- page end-->
</body><!-- body end-->

我希望JQM.js(和JQM.css)处理页眉,页脚,但不在页面上。

0.1。如何在这个<div data-role="content">元素上中和JQM.js?


可选: 2.如果可能,如何在同一元素上中和JQM.css?

1 个答案:

答案 0 :(得分:2)

data-role="content"更改为data-role="none"