Popup

Home Search

Popup

The popup plugin has the following methods:

open(x, y) display the popup centered at coordinates (x, y)

$('.selector').popup('open', x, y);
				

If x or y is missing, the middle of the window will be used.

close close an open popup

$('.selector').popup('close');