[jQuery] Re: block plugin

2007-06-11 Thread oscar esp
I will try to attach it, however the problem is the : test I have delete this lines and then works fine... On 11 jun, 18:20, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Do you have a sample page? > > On 6/11/07, oscar esp <[EMAIL PROTECTED]> wrote: > > > > > > > I have a strange behaviore: > >

[jQuery] Re: block plugin

2007-06-11 Thread Mike Alsup
Do you have a sample page? On 6/11/07, oscar esp <[EMAIL PROTECTED]> wrote: I have a strange behaviore: I block a page but when I try to unblock does't work

[jQuery] Re: block plugin

2007-06-11 Thread oscar esp
I have a strange behaviore: I block a page but when I try to unblock does't work " ID_CARTEL="id_test1" STYLE="position:absolute; top:0px; left:0px; width:1000px"> test . . . After execute block, I inspect the DOM ... the block iframe is added just before of form node... On

[jQuery] Re: block plugin

2007-06-06 Thread oscar esp
You are the best On 6 jun, 18:22, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Oscar, > > blockUI only blocks the document on which it is loaded. If you have > code executing in your iframe and you want that code to block the > parent document you need to call up through the parent: > > parent.

[jQuery] Re: block plugin

2007-06-06 Thread Mike Alsup
Oscar, blockUI only blocks the document on which it is loaded. If you have code executing in your iframe and you want that code to block the parent document you need to call up through the parent: parent.$.blockUI(); Mike On 6/5/07, oscar esp <[EMAIL PROTECTED]> wrote: I use the block plu

[jQuery] Re: block plugin

2007-06-06 Thread GianCarloMing
Try that: $.frameReady() http://ideamill.synaptrixgroup.com/?p=6 Hope this helps. GC On Jun 5, 8:31 pm, oscar esp <[EMAIL PROTECTED]> wrote: > I use the block pluggin in my App. > > I have a Page with this structure: > > > > > > > if I execute the blockUI action in the iframe content only