> 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 but have not find any good solution. > > > > > Can anyone help me in this and suggest me something .. any clue .. any > > > hint????? Why $.unblockUI() is not working in Internet Explorer 6.0+ > > > > What version of blockUI are you using? Can you post a link to the page? > > > I am using blockUI's Version 2.04 (04/30/2008). > > I am using 3-4 jquery plugins into one application. I am having a > login form which I am submitting using jquery form ajax. I am handling > server errors in ajax error callback function and displaing the errors > in jquery's facebox. Now I don't want the User to interact with the > window elements when there is any error i.e. jquery's facebox is > open. So I have added a $.blockUI(); in the same error handler > function. Here I would like to tell one more thing i.e. I am also > using "Element" blocking feature of blockUI plugin and I am showing > the "Processing .." bar in the login form are when the User click on > submit. Unblocking of Element blocking is working fine in all the > browsers i.e. the statement : $("div#login > div.container_box").unblock(); is working fine in all the browsers.
I believe I have fixed this in v2.05: http://malsup.com/jquery/block/jquery.blockUI.js?v2.05 Mike