ダイアログが閉じたときに発生します。
シンタックス
Javascript (Usage) | |
---|
$(function () {
%JQueryMemberName%イベントハンドラ関数を設定する
$(".selector").wijdialog({
close : function (e) {
}
});
});
|
Javascript (Specification) | |
---|
close = function (
: jQuery.Event
) { };
|
パラメータ
- e
- 標準 jQuery イベントオブジェクト。
関連トピック
参照
options タイプ
wijdialog メソッド