Recent content by The One Truth

  1. T

    asp.net and Jquery selector question?

    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...
  2. T

    How to use USB chord to upload ringtones to Motorola Renegade V950 phone?

    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
  3. T

    Is there a replacement for html label that I can control the text of in html?

    I am working with html server controls. Is there a non label that I can style or format to look like a label.
  4. T

    html and Javascript question please?

    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?
Back
Top