What if you did something like:
<style>.nodisplay{display:none}</style>
<body id="body" class"nodisplay">

and then in your callback added something like
"removeElementClass('body', 'nodisplay');" at the end?

Jeremy

On Nov 1, 4:25 am, Felipe Alcacibar B <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I am using jsCalendar as a calendar widget, but before write the
> calendar
> i need get the holidays vía xhr.
>
> The Deferred Object calls asynchronusly, and then loads the calendar
> before
> i fetch and parse the request.
>
> I need a method to get with xhr, but blocking the loading of the page
> while is
> loading. are some method to do this?? or maybe i need play with
> another
> things?
>
> Cheers!!
>
> Felipe


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to