KEMBAR78
Introduction to the jQuery mobile framework | PPTX
by RishabhRaowordpress.com/rishabhsrao@rishabhsraogithub.com/rishabhsrao
Today’s planIntroductionExploring aroundGetting startedDeep diveDiscussionsResources
IntroductionWhat is jQuery mobile and why is it so awesome?
Cross-device
Cross-browser
Other featuresTouch-optimizedjQuery and jQuery UI foundationLightweightProgressive enhancementFlexibleThemeable
Exploring aroundA first look at jQuery mobile
UI componentsPage templatesDialogsHeader and footer barsNavigation barsForm elementsCollapsible content blocksLists
UI components: A closer look(see http://jquerymobile.com/demos)
Getting startedCreating your first jQuery mobile UI component
Creating a buttonIt's this simple:<a	href="home.html"		data-role="button">	Link button</a>
Creating a buttonThis is what you get:
Creating a navigation barThe navigation bar's code looks like this:<div data-role="navbar"> <ul>  <li><a href="a.html" class="ui-btn-active">One</a></li>  <li><a href="b.html">Two</a></li></ul></div><!-- /navbar -->
Creating a navigation barThis is what you get:
Deep diveHands-on with jQuery mobile
Hands-on session(not covered in this presentation, yet)
DiscussionsThere are no dumb questionsFeel free to ask
ResourcesBunch of useful links, books and other goodies
Resourcesjquerymobile.comjquery.comjqueryui.comjqmgallery.comwww.filamentgroup.com@jquery, @jqueryui, @jquerymobilewww.slideshare.net/eljefe/jquery-mobile-for-fun-and-profitforum.jquery.com/jquery-mobile
Thank youThat's all folks

Introduction to the jQuery mobile framework