Does this work for you and why does it not work for me.
// the following is the stuff that works for me
<asp:TextBox id="Fake" ReadOnly="true"></asp:TextBox>
***** javascript ******
$("input[id*='Fake']".datepicker(); // uses jquery datepicker and I have the latest.
How come I can't use...