| close | ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อ dialog ถูกปิดลง |
|---|
config:close
return type:function
content:ใช้กำหนด function ที่จะถูกเรียกใช้เมื่อ dialog ถูกปิดลง โดยจะมี parameter 2 ตัว ได้แก่ event object และ object ที่มี property ต่างๆ
example:$("div#dialog").dialog ( { close: function(event,object) { alert ( "dialog close" ); } } );