Popup

Home

Popup

The popup plugin has the following methods:

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

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

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