[jQuery] Re: Problem with blockUI plugin

2008-05-14 Thread ashvin
s not working in IE. I am just unblocking the window in $.facebox.close(). You can test it by creating a sample script. Ashvin

[jQuery] Re: Problem with blockUI plugin

2008-05-13 Thread 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

[jQuery] Re: Problem with blockUI plugin

2008-05-12 Thread 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

[jQuery] Re: Problem with blockUI plugin

2008-05-12 Thread 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

[jQuery] Problem with blockUI plugin

2008-05-12 Thread ashvin
working in Internet Explorer 6.0+ Ashvin