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...
I managed to upload the custom ringtones to the phone, but I can't seem to set my file as a ringer. I have checked every possible functionality. Can someone give me some more detailed instructions?
Thanks
I am making a javascript function to get the element that calls the function and use its position as the position for a new element position. The element already has a class attribute. How do I pass the element or something identifying the element?