Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Mobile devices have a few new ways of collecting user input. Some of these ways have existed with desktop browsers for quite some time, but they are not used enough to be considered common. When thinking about the various control or input features of a mobile device, often included is a slider to change settings, a flip toggle switch to change from one setting to another, and a search feature. All three of these are supported in jQuery Mobile.
The slider is typically used on pages where a user would click and drag or tap and drag to select a value rather than type it. This makes the slider great for use as a volume control, a brightness or opacity control, and even for use on pages that perform calculations. Take a look at the following code and see whether you can tell what each attribute does.