Default value: null
If and how to animate the showing of the dialog.
Syntax
$(function () {
// Get value
var returnsValue; // Type: any
returnsValue = $(".selector").wijdialog("option", "show");
// Set value
var newValue; // Type: any
$(".selector").wijdialog("option", "show", newValue);
});
See Also