鉴于我的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?
答案 0 :(得分:2)
将data-role="content"
更改为data-role="none"