Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Remove form input defaults on click

  1. #11
    Join Date
    Jan 2007
    Posts
    58
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    Try adding this:
    Code:
    $('input[type="text"], textarea').each(function() {
    Good luck!
    Awesome! TY bro

    you gotta love jQuery...

  2. #12
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Your welcome, glad to help!
    Quote Originally Posted by nicksalad View Post
    you gotta love jQuery...
    Amen!

    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    nicksalad (02-21-2009)

  4. #13
    Join Date
    Jan 2007
    Posts
    58
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    Your welcome, glad to help!

    Amen!

    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!
    Done, thanks!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •