Dialogs

Dialogs are simply modal pages which have a close button of some form. <a href="./mydialog.html" data-rel="dialog" data-transition="pop">Pop up</a>    

Read More

.Page General

A typical page will be divided as: header, content, and footer. <div data-role="page"> <div data-role="header"> </div> <div data-role="content"> </div> <div data-role="footer"> </div> </div> The header and footer are optional.  All code inside a page must be within one of the 3 sections. Hiding The Browsers Address Bar On compatible devices, such as Android-, webOS- and […]

Read More