But if my request take longer than 10 seconds? This does not work.
On Aug 12, 10:42 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > Try calling it like this: > > setTimeout($.blockUI, 10); > > > If I do it my submit is locked. And the screen of 'wait' does not > > disappear. > > > On 10 ago, 16:42, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > > > Can't you just call .blockUIon a given event? > > > > $("#myButton").click(function() { > > > $.blockUI(); > > > > }); > > > > Adrian > > > > On Aug 10, 6:46 pm, GMatos <[EMAIL PROTECTED]> wrote: > > > > > Is it possible to use jQueryBlockUIfor anonajaxsubmit? > > > > If yes, how?