thanks a lot

On 8月16日, 下午8时11分, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> You want:
>
>     setTimeout( function() { $('#content').unblock() }, 5000);
>
> See the following for a bit more about what is happening:
>
>  http://docs.jquery.com/How_jQuery_Works#Callback_with_arguments
>
> Karl Rudd
>
> On Sat, Aug 16, 2008 at 4:48 PM, taotao <[EMAIL PROTECTED]> wrote:
>
> > blockUI v2.08
>
> > when I user :
> > $('#content').block({
> >                message: '<h4><span class="loading" /> wait...</h4>',
> >                css: { border: '1px solid #816A3B',width:'80%'}
> >                });
>
> > setTimeout($('#content').unblock(), 5000);
>
> > firefox3.01 have a error : missing ] after element list
>
> > what's the mistanke with my  code above?

Reply via email to