Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8053935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:00:48+00:00 2026-06-05T08:00:48+00:00

I want to implement jquery/js in my forms and I want to make input

  • 0

I want to implement jquery/js in my forms and I want to make input values dynamic.
Basically the idea is that once clicked the value of the field disappears/blurs and
jquery expects the user to insert a value, if a value is set and it is not the same
as the default value then it’s okay. But if the value written by the user is the same
then don’t accept and throw an error, else if the value “entered” by the user is empty
display the default value again. Im sure it makes sense as I think i’ve seen this functionality implementet in a lot of sites. But I’m now a jquery guy so I dont know
how to do it. I can do the same in php but page refreshing is something I want to avoid.
So assuming we have:

<input type="text" value="City" />

Thank you alot,
Borni.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T08:00:50+00:00Added an answer on June 5, 2026 at 8:00 am

    Like this here?

    $(document).ready(function() {
    
        $('input[class="foo"]').attr('value', $(this).attr('placeholder')).focus(function() {
            if ($(this).val('placeholder')) {
                $(this).attr('value', '');
            }
        }).blur(function() {
            if ($(this).val() == '') {
                $(this).attr('value', $(this).attr('placeholder'))
            }
        });
    });
    

    EDIT: Updated code and fiddle with suggestions provided by Christopher Ramírez

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement something with jquery, simple javascript and java but I don't
Microsoft has announce that WindowsLiveID become a OpenID provider . I want implement it
I want to implement a basic search/replace translation table in C; that is, it
I want to implement dynamic, client side file generation in javascript. Is it possible?
I'm building an ASP.NET MVC site where I want to implement jQuery AJAX calls
I am trying to implement a browser based chat system with jQuery. I want
I am working on a project that I want to implement AJAX, and I
I've got a really big ModelForm and want to implement Ketchup jquery validation .
I need help I am new to jQuery and i want to implement jQuery
I want to implement a functionality of changing user's password. It's basically a form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.