Mobile App Group Project

WebApp Helper

Would you learn this*…

…if your class learned this?

* Source code

Copy and paste, then modify

SELECT SHOW TEMPLATE: This shows a raw template, almost nothing added*

Source code for Main Project Template

* Added $(document).ready(function(){}); block for advanced actions beyond scope of original lesson.
SELECT SHOW TEMPLATE: The template, Groups added

Source code for Groups List

SELECT SHOW TEMPLATE: The template, Page added

Source code for "Page within a Page*"

* That's what I'm calling it. In jQuery Mobile "Pages" can be external documents or <div></div> containers. jQM hides all but the first <div data-role="page"></div> it finds.

More details and examples