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");
>
>
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
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
> 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?
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
> 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' }
> });
>
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
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
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.
>
>
>
>
>
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
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
> 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
12 matches
Mail list logo