One way to reduce loading time is to use $.getScript to only load a
plug-in when you're actually using it. If you keep you're scripts on
the head you won't be able to display any loading status, cause the
document body isn't there yet.

- ricardo

On Dec 1, 10:22 pm, Mark Livingstone <[EMAIL PROTECTED]> wrote:
> Hi.
>
> There are numerous plug-ins to preload images, but is there a way to
> preload javascript? My application uses around 12 plug-ins and they
> take about 20 seconds or so to load before the page shows... so, is
> there a way I can display a "loading message" while I somehow preload
> the scripts?
>
> Thanks,

Reply via email to