Close jquery.dialog programmatically?
Permalink
I'm having problems closing my c5 jquery dialogs programmatically. Can't get the .dialog('close') function to work on any of the dialog elements.
Any ideas?
Any ideas?
$.fn.dialog.open({ title: '', href: $(this).attr('data-url'), width: 550, modal: false, height: 380 });
Try this: