Will this do:

  <div id="dp"><span class="dpLoading">please wait while loading...</
span></div>

$("#dp").find("span.dpLoading").remove().end().datepicker();

Hth,

Dave

On Sep 18, 11:01 am, Henrik Gemal <[email protected]> wrote:
> I like to have something like this.
>
> js:
> $(document).ready(function(){
>         $("#datepicker").datepicker();
>
> })
>
> html:
> <div id="datepicker">please wait while loading</div>
>
> But how do I remove the "please wait while loading" after datapicker
> has loaded?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to