February 2014
Intermediate to advanced
410 pages
8h 15m
English
jQuery Mobile provides a wide array of form components that are similar to the jQuery UI offering but optimized for mobile devices. This recipe provides examples of the more commonly used form elements so that you can re-use them at your convenience.
Within the chapter10 folder you created earlier, create recipe-8.html.
To learn what form elements are made available by jQuery Mobile and how to use them, perform each of the following steps:
recipe-8.html:<!DOCTYPE html> <html> <head> <title>Chapter 10 :: Recipe 8</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link ...
Read now
Unlock full access