SlideShare a Scribd company logo
1 of 13
And
-Tejas Shah
MOBILE WEB
 Mobile Devices
 Touch-screen
SOME BASIC INFORMATION
 What can I do with Jquery Mobile…
 Mobile Websites
 Mobile apps
 Create User-interface/prototypes
 What exactly is JQuery Mobile? One more java
script library?
 Is this the only one of its kind?
 What about Sencha Touch, JQTouch..
MOBILE UX
 3 reasons for mobile user being on web
 I'm bored, so just surfing!
 I'm socializing or playing
 I'm trying to accomplish a task
 Mobile Interface design – touch friendly and
responsive.
 ‘1px’ is not as simple as 1px for Mobile!
 Can I not do it with my own css ?
JQUERY MOBILE LAYOUT COMPONENTS
JQuery Mobile
<!DOCTYPE HTML>
WHAT ABOUT HTML 5?
 data-* attributes
 HTML 5 new input types
 Tel, email, number, date, color, month, range, search
 Attributes
placeholder
autocomplete
autofocus
pattern
SOMETHING NON-STANDARD BUT STANDARD…!
 autocapitalize and autocorrect attributes
 Meta viewport tag
WHAT EXACTLY IS JQUERY MARKUP ?
RESPONSIVE DESIGN
<div data-
role=“content” data-
theme=“a”>
<div data-
role=“content” data-
theme=“d”>
<div data-
role=“content” data-
theme=“e”>
THEMING
FRAMEWORK
UI COMPONENTS
 Single page template
 Multi-page and page transitions
 Form elements gallery
 List view
 Popup
 Dialogs
 Ajax and page history
JQUERY MOBILE API - EVENTS
 The mobileinit event
 pageinit
 pageshow
 pagehide
 Touch events
• tap, taphold, swipe, swipeleft, swiperight
 Virtual mouse events:
• Vmouseup, vmousedown, vclick
 Orientationchange
 Scrollstart, scrollstop
JQUERY MOBILE THEMEROLLER

More Related Content

Similar to jQueryMobile

Jason.O Keefe.Genuitec.Presentation.Final
Jason.O Keefe.Genuitec.Presentation.FinalJason.O Keefe.Genuitec.Presentation.Final
Jason.O Keefe.Genuitec.Presentation.Final
Ajax Experience 2009
 
Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
Atos_Worldline
 
Javascript library toolbox
Javascript library toolboxJavascript library toolbox
Javascript library toolbox
Skysoul Pty.Ltd.
 

Similar to jQueryMobile (20)

UX UI - Principles and Best Practices 2014-2015
UX UI - Principles and Best Practices 2014-2015UX UI - Principles and Best Practices 2014-2015
UX UI - Principles and Best Practices 2014-2015
 
Uxpin mobile UI Design Patterns 2014
Uxpin mobile UI Design Patterns 2014Uxpin mobile UI Design Patterns 2014
Uxpin mobile UI Design Patterns 2014
 
UI vs. UX: What’s the difference?
UI vs. UX: What’s the difference?UI vs. UX: What’s the difference?
UI vs. UX: What’s the difference?
 
10 Design Commandments for Mobile App Developers
10 Design Commandments for Mobile App Developers10 Design Commandments for Mobile App Developers
10 Design Commandments for Mobile App Developers
 
Real World Lessons in jQuery Mobile
Real World Lessons in jQuery MobileReal World Lessons in jQuery Mobile
Real World Lessons in jQuery Mobile
 
Designing iOS apps that rock!
Designing iOS apps that rock!Designing iOS apps that rock!
Designing iOS apps that rock!
 
Catching up on UX
Catching up on UXCatching up on UX
Catching up on UX
 
Performance Optimisation For Web & Mobile
Performance Optimisation For Web & MobilePerformance Optimisation For Web & Mobile
Performance Optimisation For Web & Mobile
 
Why Go Mobile
Why Go MobileWhy Go Mobile
Why Go Mobile
 
Jason.O Keefe.Genuitec.Presentation.Final
Jason.O Keefe.Genuitec.Presentation.FinalJason.O Keefe.Genuitec.Presentation.Final
Jason.O Keefe.Genuitec.Presentation.Final
 
Awesome Windows Phone Development (Aberdeen)
Awesome Windows Phone Development (Aberdeen)Awesome Windows Phone Development (Aberdeen)
Awesome Windows Phone Development (Aberdeen)
 
Uxpin web ui_design_best_practices
Uxpin web ui_design_best_practicesUxpin web ui_design_best_practices
Uxpin web ui_design_best_practices
 
Introduction to j query mobile framework
Introduction to j query mobile frameworkIntroduction to j query mobile framework
Introduction to j query mobile framework
 
Angular JS - UI Development Online Training
Angular JS - UI Development Online TrainingAngular JS - UI Development Online Training
Angular JS - UI Development Online Training
 
Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...Responsive web design & mobile web development - a technical and business app...
Responsive web design & mobile web development - a technical and business app...
 
Skill Session - Web Multi Device
Skill Session - Web Multi DeviceSkill Session - Web Multi Device
Skill Session - Web Multi Device
 
The Next Generation of Flash User Experience
The Next Generation of Flash User ExperienceThe Next Generation of Flash User Experience
The Next Generation of Flash User Experience
 
Building native apps with web components
Building native apps with web componentsBuilding native apps with web components
Building native apps with web components
 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014
 
Javascript library toolbox
Javascript library toolboxJavascript library toolbox
Javascript library toolbox
 

jQueryMobile

  • 2. MOBILE WEB  Mobile Devices  Touch-screen
  • 3. SOME BASIC INFORMATION  What can I do with Jquery Mobile…  Mobile Websites  Mobile apps  Create User-interface/prototypes  What exactly is JQuery Mobile? One more java script library?  Is this the only one of its kind?  What about Sencha Touch, JQTouch..
  • 4. MOBILE UX  3 reasons for mobile user being on web  I'm bored, so just surfing!  I'm socializing or playing  I'm trying to accomplish a task  Mobile Interface design – touch friendly and responsive.  ‘1px’ is not as simple as 1px for Mobile!  Can I not do it with my own css ?
  • 5. JQUERY MOBILE LAYOUT COMPONENTS JQuery Mobile
  • 6. <!DOCTYPE HTML> WHAT ABOUT HTML 5?  data-* attributes  HTML 5 new input types  Tel, email, number, date, color, month, range, search  Attributes placeholder autocomplete autofocus pattern
  • 7. SOMETHING NON-STANDARD BUT STANDARD…!  autocapitalize and autocorrect attributes  Meta viewport tag
  • 8. WHAT EXACTLY IS JQUERY MARKUP ?
  • 10. <div data- role=“content” data- theme=“a”> <div data- role=“content” data- theme=“d”> <div data- role=“content” data- theme=“e”> THEMING FRAMEWORK
  • 11. UI COMPONENTS  Single page template  Multi-page and page transitions  Form elements gallery  List view  Popup  Dialogs  Ajax and page history
  • 12. JQUERY MOBILE API - EVENTS  The mobileinit event  pageinit  pageshow  pagehide  Touch events • tap, taphold, swipe, swipeleft, swiperight  Virtual mouse events: • Vmouseup, vmousedown, vclick  Orientationchange  Scrollstart, scrollstop