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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:01:10+00:00 2026-05-26T17:01:10+00:00

My validation function looks like that. var fname = $(#fname).val(); var lname = $(#lname).val();

  • 0

My validation function looks like that.

var fname = $("#fname").val();
var lname = $("#lname").val();

function validate() {
    var isValid = true;
     if (!fname) {
            $("#fname").attr('class', 'invalid');
            isValid=false;
        }

    if (!lname) {
        $("#lname").attr('class', 'invalid');
        isValid=false;
    }

It simply changes the class of unfilled input box.

I know that i can write else for every if and change back to default (class="valid") if user fills some of inputs. But how can i create something universal for all inputs to change back to default class the input that user has filled after first validation error?

  • 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-26T17:01:11+00:00Added an answer on May 26, 2026 at 5:01 pm

    That was good Tural! HOWEVER, why the excess processing in your code? That will add unecessary stress. Since you, for what you “solved”, will add the “valid” class to ALL the input type text or password, just add that to the actual input element in the straight code:

    <input class='valid' ..... />
    

    Now, back to your original validation: why not make it universal?:

    function validate(formField) {
        if !formField $('#'+formField).removeClass('valid').addClass('invalid');
    }
    

    Or something in that vein …

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

Sidebar

Related Questions

I've got a Controller ActionResult that looks like this Function Edit(ByVal user As Domain.User,
I'm writing a function that requires input and my data validation looks very awkward.
I have JavaScript form validation functions like so: function validate_name(field) { if (field ==
I have the following code to enable validation work: $(document).ready(function() { $(#eventForm).validate({ rules: {
my model looks like this: class MyModel(models.Model): field1 = models.FloatField(default=0) field2 = models.FloatField(default=0) This
I have a form that looks like this: <form id=addClassesToDoc action=> <table id=classesTable style=border-collapse:
Calling Validate() on an XmlDocument requires passing in a ValidationEventHandler delegate. That event function
I have a validation function I'm using inside of codeigniter. function valid_image() { if
I am trying to use same validation function for all my controls. But I
I have created a signup page on my site, but the javascript validation function

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.