NO FOOTER PAGE

Case 1 :

Web Developer defines nothing page
This page show only header & content in page

<div data-role="page">
    <div data-role="header" data-position="fixed">
        <h1>no footer sample</h1>
    </div>
    <div data-role="content">
    </div>
</div>


Go Back