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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:57:35+00:00 2026-05-12T21:57:35+00:00

I need a user to be able to perform these actions: Click an Add

  • 0

I need a user to be able to perform these actions:

  1. Click an “Add” button. This will add a JavaScript object to either an array, or another JavaScript object.
  2. Click a dynamic “Remove” button. This will remove the JavaScript object from the array, or object, whose ID matches the button click.
  3. Submit the complete array, or object, of desired objects server-side for processing.

Using an array, am I able to get a handle via ID on a specific element and remove it with a “pop”-like function? If not, am I able to do so using a JavaScript object?

This question is related to this post, but there isn’t much context in the original to answer my question. Thanks!

  • 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-12T21:57:36+00:00Added an answer on May 12, 2026 at 9:57 pm

    It may actually be better to use an object rather than an array. This will allow you to name each object you send back to the server.

    var dataObject = {};
    
    function addData(name, data1, data2, data3) {
        dataObject[name] = {
            data1: data1,
            data2: data2,
            data3: data3        
        };
    }
    
    function removeData(name) {
        delete dataObject[name];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write webapp where user will be able to perform search based
I need a user to be able to enter a URL, and would like
What is the lowest permission level I need on a user to be able
I need to be able to change a user's password from a cron task
I need to be able to logoff any user from his windows session from
I need to be able to get a list of the groups a user
A user can perform an action, which may trigger dependent actions (which themselves may
We need a user control that can show Microsoft Office files (Word, Excel..). There
I have an application where I need the user to upload a photo. After
I have a series of forms that I need a user to complete in

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.