[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 HTML head /head body div id=cfgCartel ID_COD_EMP=%=session(cod_emp)% ID_CARTEL=id_test1 STYLE=position:absolute; top:0px; left:0px; width:1000px fieldset id=cfgCartelLoadFieldSet legend

[jQuery] Re: block plugin

2007-06-11 Thread oscar esp
I will try to attach it, however the problem is the : fieldset id=cfgCartelLoadFieldSet legend class=normalbtest/legend 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]

[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: div /div div id=iframe iframe /div if I execute the blockUI action in the

[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

[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: