如何使用 Jquery-mobile 在 WP7 中固定页脚
<div data-role="footer" data-position="fixed">
<h1>Footer</h1>
</div>
如何使用 Jquery-mobile 在 WP7 中固定页脚
<div data-role="footer" data-position="fixed">
<h1>Footer</h1>
</div>
WP7 不支持 position:fixed 所以工具栏应该只随着页面滚动,除非你选择包含可选的 polyfill,这是一个修复:
https://github.com/filamentgroup/jQuery-Mobile-FixedToolbar-Legacy-Polyfill