Datepicker and please wait while loading

Datepicker and please wait while loading


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?