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 7571011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:33:49+00:00 2026-05-30T15:33:49+00:00

A form has a input field which would contain text values . There is

  • 0

A form has a input field which would contain text values . There is a Save button as well for the form .

Requrement: The save button should get disabled as soon as Input field goes empty.

Problem: Javascript events like change,blur ,focus etc require loss of focus(that is a click outside) ,Hence save button would not get disabled simultaneously the input goes blank without user clicking outside of the field.

The closest being ‘keypress’ event .However the problem with this is,as soon as I try to make the field empty it checks for the input value and since it already has some value the condition check I have put to disalbe the button fails.

Refer the code below I’ve used
STUDY_NAME is the input field id
SAVE_DRAFT_TAB_GENERAL is the save button id.

Code :

    if($(STUDY_NAME)){
        $(STUDY_NAME).addEvent("keypress", function(){
            if($(STUDY_NAME).value == ''){
                $(SAVE_DRAFT_TAB_GENERAL).disabled = true;
            }else {
                $(SAVE_DRAFT_TAB_GENERAL).disabled = false;
            }
        });
    }
  • 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-30T15:33:50+00:00Added an answer on May 30, 2026 at 3:33 pm

    You can try using KeyUp event which happens after the user types his values

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

Sidebar

Related Questions

HTML has an input button type to reset all fields in a form to
How do you detect which form input has focus using JavaScript or jQuery? From
I have a form which has a field which takes in a hex value
I have a text form in which the user should enter an email address.
I have an HTML form which has a field with an ID of 'soln_c_links'
I'm trying to check if a form input has any value (doesn't matter what
I have a rails form that has a datetime input. I'd like to make
There is a webpage that has Input textfields. I want to launch the page
I have a input form element which I will like to be able to
I have a form which has fields pre-filled with a default value, like this:

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.