jQuery for Mobile Application development
jQuery mobile is a touch friendly Web UI development framework that is used to develop mobile applications. Jquery mobile is free, dual-liscensed library. The mobile framework provides a number of features, including HTML and XML document object model (DOM).
Features of jQuery mobile
- Simplicity
- Progressive enhancement and raceful degradation
- Accessibility
- Small in size
- Theming
Structure of jQuery mobile page
- Header Bar – Contains the page title and back button.
- Content – Contains entire contents of the application or the body part of the application.
- Footer Bar – contains navigational part, copyright information of the application.
Leave a Reply