dialogclose not triggering when 'X' is clicked in IE
I am at my wits end with this one, work fine in FF but not in IE
I have something like the following,
$('#error-message-box').bind('dialogclose', function(){
//do something
});
when you click the 'X' on the dialog window the code withing the bind
call back function is not called? how can i fix this to work with all
browsers?