Tuesday, May 7, 2013

Building your HTML5 website using Jquery Mobile

HTML5


Jquery Mobile

Features

{intitutive, more HTML less javascript, good for prototyping}

A Page

Think of a Page as a view in your Application. An Application can have many views. For example a Chat client can have a Login View, Contacts View, Chatting View etc. The data-role="page" attribute is used to tell Jqm that the DIV is a page and should be rendered as a single view.


Linking Pages


{href: javascript when you want to invoke some logic}

Listview

Transitions