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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:41:46+00:00 2026-05-31T03:41:46+00:00

I have this code: http://jsfiddle.net/gk5pV/8/ It’s function is to add a td value to

  • 0

I have this code: http://jsfiddle.net/gk5pV/8/

It’s function is to add a td value to the absentees list. When clicked again, it should remove the td value from the absentees list. I got it working, however, the

$("#collect").append("<input type='hidden' name='absent[]' value = '" + temp + "'/>" + currentCellText);

value doesn’t get removed. Only the text gets removed but the hidden value, which posts the hidden data for submission to databaase won’t get removed. Any ideas?

  • 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-31T03:41:47+00:00Added an answer on May 31, 2026 at 3:41 am

    i haven’t seen the code but from the look of it you need to use delegate

    $(document).delegate("td","click",function(){
    
     //remove or do what eve here
    });
    

    or if the table is not dynamically added then you can delegate the event to it like

    $("table").delegate("td","click",function(){
      //event handling code here
    
    });
    

    the reason is the handlers do not get themselves attached to the dynamically added elements

    if you are using jquery 1.7+ use on method


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

Sidebar

Related Questions

I have this code : http://jsfiddle.net/VAkLn/6/ When i add a table : http://jsfiddle.net/VAkLn/7/ this
I have this code: http://jsfiddle.net/bUPWS/1/ but #div2 overflows #div1. How to bring the overflowed
All of this is code is here: http://jsfiddle.net/yrgK8/ I have a news section which
I have the following code: http://jsfiddle.net/SPWWx/ I'm completely new to javascript, this is my
I have this code: http://jsfiddle.net/AH4As/3/ It works in the fiddle, but on my site,
I have this code : http://jsfiddle.net/Qchmqs/BSKrG/ <div class=step><-- this is darned wrong <div id=step2><a>Darn</a></div>
I have this code here http://jsfiddle.net/RzBeM/65/ you will see two input fields called quantity.
i have this simple code http://jsfiddle.net/U4Fj9/ the index of the visible image is always
I have this code : http://jsfiddle.net/snowman/xJyS3/ There is a extra margin bellow the image
I have this code I'm working on, see link: http://jsfiddle.net/PqsAD/3/ The problem is depending

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.