如何保持jQuery移动页眉和页脚固定?

前端之家收集整理的这篇文章主要介绍了如何保持jQuery移动页眉和页脚固定?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我使用jQuery Mobile做一个网站。

如何保持jQuery移动页眉和页脚固定?我只想要的内容滚动(就像发生在iPhone应用程序),并保持页眉和页脚固定在顶部和底部

有什么建议么 ?

解决方法

将此属性添加到您的页眉/页脚div:
<div data-role="header" data-position="fixed">
            <h1>Header Page 1</h1>
        </div>

另外,你可能看看这:
http://jquerymobile.com/test/docs/toolbars/footer-persist-a.html

原文链接:https://www.f2er.com/jquery/183990.html

猜你在找的jQuery相关文章