jQuery Mobile - Popup Widget



Popup is a user interface that appears within a small window to display text, images, and other content.

Following table lists some of the popup types, which are supported by the jQuery Mobile.

Sr.No. Type & Description
1 Popup Basics

Displays the content within a small window.

2 Popup Alignment

Sets the alignment for the popup in a page.

3 Dynamic Popup

Creates the popup dynamically in which popup gets the right size and position.

4 Popups iframes

Uses the iframe inside a popup to use videos and maps.

5 Scaling Images

Scales the images in landscape and portrait format.

6 Popup Across Multiple Pages

You can use the same popup on multiple pages by specifying the popup as child of the body element.

jquery_mobile_widgets.htm
Advertisements