Specifies where the dialog should be displayed. The dialog will handle collisions such that as much of the dialog is visible as possible.
Syntax
$(function () {
// Get value
var returnsValue; // Type: any
returnsValue = $(".selector").wijdialog("option", "position");
// Set value
var newValue; // Type: any
$(".selector").wijdialog("option", "position", newValue);
});
See Also