> a short simple question, give a way for add blockUI to the page when
> begin to load. Say we have over 20 great images to load, then the images are
> in the BrowserCache/onPage, all content are On, then unblockUI?
>
> understand this?

Not really.  Are you looking for something different than this?

$(document).ready($.blockUI);
$(window).load($.unblockUI);

Mike

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to