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
-~----------~----~----~----~------~----~------~--~---