Creating templated/persistant header/footer template in jQuery Mobile and PhoneGap

后端 未结 6 495
傲寒
傲寒 2020-12-02 07:27

I\'m diving into writing a mobile app with jQuery Mobile/PhoneGap. I\'m using this sample template to start from, which uses HTML/JS to create the pages. Rather than have al

6条回答
  •  醉梦人生
    2020-12-02 08:15

    We haven't found a good way to do this yet either. So we are actually handling this dynamically in our custom js file. Looking for the closing container - and then dynamically appending the footer after the last content div closes.

提交回复
热议问题