s not working in IE. I am just unblocking
the window in $.facebox.close(). You can test it by creating a sample
script.
Ashvin
On May 12, 6:10 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > On May 12, 4:06 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > > > I am facing a very weird problem in IE 6.0 as the $.unblockUI()
> > > > function is NOT removing the created page block. I have searched for
> > > > solution bu
d / overlay
}
Code in facebox plugin's file ...
$.facebox.close = function() {
$.unblockUI();
$("div").remove(".blockUI");
$(document).unbind('keydown.facebox')
$('#facebox').fadeOut(function() {
$('#facebox .content').removeClass().addClass('content')
});
return false;
}
Let me know if anything else from my end is required.
Thanks
Ashvin
d / overlay
}
Code in facebox plugin's file ...
$.facebox.close = function() {
$.unblockUI();
$("div").remove(".blockUI");
$(document).unbind('keydown.facebox')
$('#facebox').fadeOut(function() {
$('#facebox .content').removeClass().addClass('content')
});
return false;
}
Let me know if anything else from my end is required.
Thanks
Ashvin
working in Internet Explorer 6.0+
Ashvin
5 matches
Mail list logo