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.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -