[jQuery] Re: Having a problem with showing a div from parent.parent in ie (7)

2009-11-06 Thread Khimaira
I know ie doesn't accept those, but that can't be the problem, since i have tried to delete everything from it except for the message: parent.parent.$.blockUI({ message: $ ("#fileConf") }); yet ie gives me the same error...

[jQuery] Having a problem with showing a div from parent.parent in ie (7)

2009-11-05 Thread Khimaira
As the subject says; I'm having a problem with showing a div from parent.parent in ie (7) here's my code: Javascript: parent.parent.$.blockUI({ message: $("#fileConf"), fadeIn: 700,

[jQuery] BlockUI "dialog" unblocking from iFrame

2009-05-18 Thread Khimaira
Hi. I downloaded the BlockUI plugin today. I'm having this problem with unblocking from iFrame. I'm making a register page using jquery and ajax, and inform the user if the data given is valid without reloading the page. ok so everything's right, except that after i've blocked the screen after th

[jQuery] BlockUI "dialog" unblocking from iFrame

2009-05-18 Thread Khimaira
Hi. I downloaded the BlockUI plugin today. I'm having this problem with unblocking from iFrame. I'm making a register page using jquery and ajax, and inform the user if the data given is valid without reloading the page. ok so everything's right, except that after i've blocked the screen after th