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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:39:19+00:00 2026-05-30T19:39:19+00:00

I am trying to clear only specific ID input field on my checkbox click.

  • 0

I am trying to clear only specific ID input field on my checkbox click. I am switching two fieldset on checkbox click and I want to clear specific ID fields from click on checkbox from all fieldset.

I got this script but its clearing everything from my form and that’s what not I am looking but only specific ID fields.

function clear_form_elements(ele) {

    $(ele).find(':input').each(function() {
        switch(this.type) {
            case 'text':
            case 'textarea':
                $(this).val('');
                break;              
                this.checked = 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-30T19:39:21+00:00Added an answer on May 30, 2026 at 7:39 pm

    I’m not sure what your form structure looks like, but if you want to clear text, textarea, checkbox, or select values by id you could use

    $(ele).find('#id').val('');
    

    Assuming:

    1. the variable 'ele' represents the form jquery object. 
    2. '#id' is the id of the field you want to remove the value for, and
    3. that your javascript may be included on other pages that use the same '#id'
    

    if ‘#id’ is unique throughout your site, or your javascript is page-specific, Nick’s method will work fine.

    $('#id').val('');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to clear the value attribute of an 'Other' form input when
I'm trying to figure out a way to pull all tweets of a specific
I'm trying to clean duplicate code. The only difference are calls like MyType x
I am trying to clear the cache for my integration testing. I could find
I'm trying to come up with some clear and concise names for a Permission
I am trying to write a sample Raw socket program to clear my understanding
I'm trying to migrate to JUnit 4 and I'm not clear about the correct
I'm trying to insert a link after form elements to clear them. This demo
I'm trying to think of clever, clear, and simple ways to write code that
Hi i am trying to write a datatrigger in which i have to clear

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.