[jQuery] Problems with blockUI and the form plugin

2009-08-20 Thread coptang
And I'm using taconite too so possibly one for Mike ;-D To summarise: I'm calling blockUI and then running ajaxForm on my whole page form. BlockUI is firing an overlay (with form field content) but only after the form has been ajaxed. Because of this my fields aren't seen as in the form and so

[jQuery] Re: Problems with blockUI and the form plugin

2009-08-20 Thread coptang
On Aug 20, 6:25 pm, coptang wrote: :snip: Apologies, was a PEBKAC issue in the end. As I was blocking the whole page the blockUI overlay and message were placed outside of the form. I've now switched to element blocking and blocked an element within my form.