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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:48:56+00:00 2026-05-25T18:48:56+00:00

hope you can help me! I have a form, which has a large amount

  • 0

hope you can help me!

I have a form, which has a large amount of inputs. These inputs have the initial class of inputLight, which uses light grey text. I have the following jQuery code to, on focus change the colour of text to inputDark, and on blur to change it back:

$('input').focus(function(){
$(this).attr('class', 'inputDark');})
.blur(function() {$(this).attr('class', 'inputLight');

This absolutely works. I also have the following code to delete the value of an input when it is first selected.

/* First time only, delete default text*/
$('input').one('focus', function(){
$(this).val('');});

That works too. Where am I going with this? Well, I have two input buttons, one for submitting the form and one for clearing it – but my problem lies not with validation.

When the user clicks either button, it of course, deletes it’s value. And changes the colour of the text.

I don’t want either event to happen to these buttons, which are named Submit Button and Clear Button.

I tried using:

/* Toggle gray/black text */
$('input').not('input[name=Submit Button]').not('input[name=Clear Button]').focus(function()     {$(this).attr('class', 'inputDark');}).blur(function() {$(this).attr('class', 'inputLight');   });

and:

/* First time only, delete default text*/
$('input').not('input[name=Submit Button]').not('input[name=Clear Button]').one('focus', function(){
$(this).val('');
});

Sorry for the bad markup there, I know it must look terrible.

With the .not() functions in there, neither function works, but the buttons work. Take out .not() and the effects work, but the buttons go haywire.

Can anyone help me here?

  • 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-25T18:48:57+00:00Added an answer on May 25, 2026 at 6:48 pm

    wouldn’t $('input:text') be more productive?

    $('input:text').focus(function(){
    $(this).attr('class', 'inputDark');})
    .blur(function() {$(this).attr('class', 'inputLight');
    
    /* First time only, delete default text*/
    $('input:text').one('focus', function(){
    $(this).val('');});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I hope you can help. This has been confounding me for hours. I have
My question really has three related parts which I hope you can help me
hope someone can help. I have two tables: Users -UserID -UserName UsersType -UserTypeID -UserID
I hope you can help me. I have a web service that needs to
I'm new here and I hope anyonte can help me. I have WCF Service
I hope some of you guys can help me with this problem.... I have
I hope someone may be able to help! We have a pretty large VB.Net
I have a page which displays a form that a logged-in user can use
My app has a form which uses checkboxes to sort results by type and
I have a form which includes 3 textfields so users can upload files. They

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.