04_2016 02 5 JQuery Mobile - brodieroy/Study GitHub Wiki
- JQ Mobile Buttons
- 1 jQuery Mobile Pages
-
- The data-role="page" is the page displayed in the browser
- The data-role="header" creates a toolbar at the top of the page (often used for title or search buttons)
- The data-role="main" defines the content of the page, like text, images, buttons, forms, etc.
- The "ui-content" class adds extra padding and margin inside the page content
- The data-role="footer" creates a toolbar at the bottom of the page
- Inside these containers, you can add any HTML elements - paragraphs, images, headings, lists, etc.
-
- 2 jQuery Mobile Transitions
- 3 jQuery Mobile Buttons
- We recommend that you use the element with class="ui-btn" to link between pages, and <input></input> or <button></button> elements for form submission.
- 4 jQuery Mobile Button Icons
- 5 jQuery Mobile Popups
This is a simple popup.
- 6jQuery Mobile Toolbars