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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:03:53+00:00 2026-05-27T04:03:53+00:00

I declared a array variable els = []; in which I want to store

  • 0

I declared a array variable els = []; in which I want to store jquery elments which are created at some point within certain events:

els[file.id] = $('<li></li>');
$('body').append(els[file.id]);

file.id is a unique id generated by the plupload script which I’m using (the event is from it)

But it doesnt work, the array is always empty…

  • 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-27T04:03:54+00:00Added an answer on May 27, 2026 at 4:03 am

    Arrays can only have sequential, numeric keys. You can’t choose arbitrary keys. To use arbitrary key-value pairs, use an object:

    var els = {};
    

    With that said, the code you’ve written should still work (even though els.length would be 0) – perhaps this isn’t a complete code sample?

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

Sidebar

Related Questions

I have a variable called names which is a two dimensional array. I declared
I have a variable declared like this in a class: Entity *array[BOARD_SIZE][BOARD_SIZE]; I need
I have a simple function in which an array is declared with size depending
I have a dynamic class, which has an array declared normally, before runtime. Usually,
I've declared this variable: float (**explosions)[4]; This will point to a memory block of
I have a global variable which was declared in a formula in the Report
I have a 2D array which I declared part of the classes private members.
I have a variable declared in one jsp page. This variable is an array.
If 'Associative Array variable' is declared globally , able to use that in OPEN
What I mean is, can a variable/array declared and initialized be used in HTML,

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.