Close Modal dialog by clicking on the background?
is there a way to get the modal dialog box to close by clicking on the background - .ui-widget-overlay?
I tried
- $('.ui-widget-overlay').click(function(){
- $('#dialog').dialog('close');
- });
but it didn't work.
Can anyone help?