How to close modal dialog in jquery -
i want close jquery dialog on click of button placed in dialog how should this?
if using jquery ui dialog:
$('#foo').dialog('close'); where foo id of dom element dialog has been attached to.
i want close jquery dialog on click of button placed in dialog how should this?
if using jquery ui dialog:
$('#foo').dialog('close'); where foo id of dom element dialog has been attached to.
Comments
Post a Comment