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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:04:17+00:00 2026-06-15T17:04:17+00:00

Friends, I have a form as below; <form method=post id=contact_form action=> <label for=name>Name</label> <input

  • 0

Friends,

I have a form as below;

<form method="post" id="contact_form" action="">
<label for="name">Name</label>
<input type="text" name="name"  id="name" />

<label for="email">Email</label>
<input type="text" name="email" id="email" />

<label for="purpose">Purpose</label>
<input type="text" name="purpose" id="purpose"  />                              

    <input type="submit" value="Submit"/> 
</form> 

When I submit the form, I want to identify and add a class called ‘error’ for only the labels of inputs which having empty values using jQuery.

Please help me short this problem.

Thanks and regards,
Rushenn.

  • 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-15T17:04:18+00:00Added an answer on June 15, 2026 at 5:04 pm
    .homework {
       color: red;
    }
    

    $('#contact_form').submit(function(){ // listen to the submit event
        var err = 0;  // define a varible with initial value of 0
        $('input[type=text]', this).each(function(){ // iterate through the text inputs
           var val = $.trim(this.value); // trim and store the value
           // if the value is empty add a class to the previous label otherwise remove it(is it has)
           $(this).prev().toggleClass('homework', !val ); 
           if (!val) err++; // if the value is empty add 1 to the err variable  
        })
        return !err; // return false if there is one or more empty field(s)
    })
    

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

Sidebar

Related Questions

Hi friends I have a form with mysqli comnnection <label for=fullname>Fullname</label> <input type=text name=fullname
Hello friends I have a <input type=text id=tempID /> element in my form I
I have a form with 9 text fields where users can input their friends'
Hi friends i have added this in my form $email->addValidator(new Zend_Validate_Db_NoRecordExists(array( //add database, table
I have the following friends = [{ name: Jack, attr1:def, attr2:def }, { name:
Hello friends i have a form view i have handele all needed events successfully
I am have a form that look something like this: I want the input.variable
I have a form that allows users to refer friends. I want to add
I have a form that allows users to refer friends. I want to add
I have a form with several input fields for a User to add their

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.