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

  • Home
  • SEARCH
  • 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 4558798
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T17:41:55+00:00 2026-05-21T17:41:55+00:00

The input can set the placeholder, but if the user focus on that input

  • 0

The input can set the placeholder, but if the user focus on that input , the place holder is disappear, how can I dismiss the placeholder, util the user start type at less one char?? Thank you.

  • 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-05-21T17:41:55+00:00Added an answer on May 21, 2026 at 5:41 pm

    Not with the default behavior. However, You could it do by adding some JS into the mix

    Live fiddle : http://jsfiddle.net/jomanlk/gPBhX/

    <input type='text' class='placeholder' data-title='hello'>
    
    $('.placeholder').each(function(){
        $(this).data('placeholder', $(this).attr('data-title'));
        $(this).val($(this).attr('data-title'));
    });
    
    $('.placeholder').live('keydown', function(){
        if ($(this).val() == $(this).data('placeholder')) {
            $(this).val('');         
        } 
    });
    
    $('.placeholder').live('blur', function(){
        if ($(this).val().trim() == '') {
            $(this).val($(this).data('placeholder'));
        }
    });
    

    Note : There’s a limitation where if a user pastes some text into the box it won’t clear, but you could easily fix that by binding to the change event as well. This is just a demo

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

Sidebar

Related Questions

In my form I have a set of input boxes where a user can
If I am creating say a input field through MXML , I can set
How can you set a default input value in a .net console app? Here
Now,my EditText only can input number.But I want to ban inputing zero when the
I am working on an updates page where the user can input updates into
I want to develop something similar to jsfiddle in where the user can input
How can I get the current input queue programatically in nServiceBus? You can set
I am building a program in c++ where the user can set a function
I am making a page where the user can set there own settings. I
I have a table that includes 27 DropDownLists for user input. My table has

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.