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

  • Home
  • SEARCH
  • 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 7075985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:14:37+00:00 2026-05-28T06:14:37+00:00

<td> <input type=’checkbox’ value=’-1′ name=’xxx’ checked>XXX <input type=’hidden’ value=’-1′ name=’xxx’> </td> <td> <input type=’checkbox’

  • 0
<td>
    <input type='checkbox' value='-1' name='xxx' checked>XXX
    <input type='hidden' value='-1' name='xxx'>
</td>
<td>
    <input type='checkbox' value='-1' name='xyy' checked>Xyy
    <input type='hidden' value='-1' name='xyy'>
</td>
<td>
    <input type='checkbox' value='-1' name='yyy' checked>yyy
    <input type='hidden' value='-1' name='yyy'>
</td>

In the above code I set a hidden value with same name as on submition of form neither 0 nor 1 is being submitted. Now I got a problem that when I click the checkbox I want to remove the input:hidden node and remain will same. But using $("input:hidden").remove() its removing the total hidden values present in the document.

  • 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-28T06:14:38+00:00Added an answer on May 28, 2026 at 6:14 am

    You can try this if you have that html structure. It simply removes next hidden input of checked checkbox.

    $("input:checkbox").click(function() {
      $(this).next("input:hidden").remove();
    });
    

    If you want to delete them only when checkbox is checked you can add this condition

    if ($(this).is (':checked'))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Radio box code: <input type = radio name = choice value = A />Apples
If in a form i set <input type = 'text' name = 'entry' value
I have a input type radio with it's value. <input type=radio name=myradio id=radio1 value=someValue
Loading http://diveintohtml5.ep.io/examples/input-type-date.html <form> <input name=birthday type=date> <input type=submit value=Go> </form> into Fx4 and Safari5
I have the follow inputs type checkboxes: <input type=checkboxes value=3 name=mycheck>option1 <input type=checkboxes value=4
I am trying to get the value of a hidden input type, but it's
Ive got input type password. Thats why I used watermark plugin to set ther
I have a input type like this: <input name=adult-count type=text data-perunit=2500 data-maxunits=5 class=up-down-spinner value=0>
to control my input type and verify that its value is pretty a float
I have set input type to be numberdecimal but also want to populate the

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.