jQuery Mobile: Stick footer to bottom of page

后端 未结 10 885
一个人的身影
一个人的身影 2020-12-04 09:40

Is there any way, bearing in mind the way the jQuery Mobile framework operates, to fix the page so that the footer always aligns with the bottom of the page - no matter the

10条回答
  •  独厮守ぢ
    2020-12-04 10:17

    Fixed basics

    To enable this behavior on a header or footer, add the data-position="fixed" attribute to a jQuery Mobile header or footer element.

    Fixed Footer!

提交回复
热议问题