[jQuery] Re: unblockUI() problems in IE

2009-10-29 Thread Ryan Shripat
Hi Eric - I was having the same issue as Matthew, but the extra line of code you've recommended solved it. Any ideas why it didn't work in the first place? Thanks, Ryan Shripat On Sep 14, 11:59 am, Eric Chan wrote: > Try the code as bellow: > > $.unblockUI(); > $(".blockUI").fadeOut("slow"); > >

[jQuery] Re: unblockUI() problems in IE

2009-09-14 Thread Eric Chan
Try the code as bellow: $.unblockUI(); $(".blockUI").fadeOut("slow"); -- The code can fix unBlockUI which problem with IE6/7/8 On Sep 4, 1:38 am, Matthew Abbott wrote: > Im using the blockUI() plugin in jquery and I attached a click event > to a bu

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Matthew Abbott
Normally you wouldnt. I just had a blank page and didnt put in all the html tags in there. Felt stupid afterwards. It worked in Firefox. Anyway, it works fine now. all is good. On Sep 4, 10:08 am, Mike Alsup wrote: > > Yeah take out thetags in your example, and in IE > > you should get th

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Mike Alsup
> Yeah take out thetags in your example, and in IE > you should get the error i was talking about. > just leave the script tags and the div. Why would I want to do that?

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Matthew Abbott
Yeah take out thetags in your example, and in IE you should get the error i was talking about. just leave the script tags and the div. On Sep 4, 8:25 am, Mike Alsup wrote: > > It seems to bug because i am using a > > Ive tried the tag inside the and outside the like > > below. > > If i t

[jQuery] Re: unblockUI() problems in IE

2009-09-04 Thread Mike Alsup
> It seems to bug because i am using a > Ive tried the tag inside the and outside the like > below. > If i take out the tag, it goes away fine without issues. > > > > >         $(function() { > >                 $.blockUI({ message: $('#question'), css: { width: '275px' } > }); >        

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
Looks like i have to put in all the tags etc... I was just trying to run a quick test so i didnt put all the tags in there. When i put it all in, the unblockUI worked. I feel like a an Id10t. -m On Sep 3, 4:19 pm, Matthew Abbott wrote: > Yup took out the z-index too. I have it in there bec

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
Yup took out the z-index too. I have it in there because when i use the UI datepicker it goes behind the blockUI. Still has the IE problem. On Sep 3, 4:16 pm, MorningZ wrote: > have you tried dropping the z-index styling?  that's got to be an > issue > > On Sep 3, 3:49 pm, Matthew Abbott wrot

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread MorningZ
have you tried dropping the z-index styling? that's got to be an issue On Sep 3, 3:49 pm, Matthew Abbott wrote: > It seems to bug because i am using a > Ive tried the tag inside the and outside the like > below. > If i take out the tag, it goes away fine without issues. > > > > >      

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
It seems to bug because i am using a Ive tried the tag inside the and outside the like below. If i take out the tag, it goes away fine without issues. $(function() { $.blockUI({ message: $('#question'), css: { width: '275px' } }); $('#btnClose').cl

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Matthew Abbott
no sorry its not on a public server where anyone can access it. I have been going back and taking things out.. and puting the stuff back in to see what part is making it fail.. On Sep 3, 2:26 pm, Mike Alsup wrote: > > Im using the blockUI() plugin in jquery and I attached a click event > > to a

[jQuery] Re: unblockUI() problems in IE

2009-09-03 Thread Mike Alsup
> Im using the blockUI() plugin in jquery and I attached a click event > to a button to call the unblockUI(). > > What it does is make the content of the block disappear, but the block > and the modal background still are visible. This is only happening in > IE.  Im using IE7 currently.  Firefox i