[jQuery] Re: blockUI 2.14 - timeout option not cancelled

2009-03-02 Thread Mike Alsup
> var timeout = 12; > $.blockUI({ message: null, timeout: timeout }); > > At a later point of time we can explicitly unblock by calling: > $.unblockUI(); > > Unfortunately it seems that subsequent blocks can be unblocked by the > original timeout (unblock is *always* called 2 minutes after our

[jQuery] Re: blockUI 2.14 - timeout option not cancelled

2009-03-04 Thread Mike Alsup
> > var timeout = 12; > > $.blockUI({ message: null, timeout: timeout }); > > > At a later point of time we can explicitly unblock by calling: > > $.unblockUI(); > > > Unfortunately it seems that subsequent blocks can be unblocked by the > > original timeout (unblock is *always* called 2 minut