Jump to content

Multiple values in a JQ function


Pavlos1316

Recommended Posts

Hello,

 

Below is a part of my validation function in jq...

function{
if(str.val().length = 0){
//some code
}
else{
str.removeClass("aclass");
//more code
}
}

In the first line I want to check if any of my fields is empty [e.g. f1 or f2 or f3 .val() empty)]

and at the second line I want to remove the class from all of them again [e.g. f1 & f2 &f3 .removeClass]

 

How to I write this in jq?

 

Thank you

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.