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

The Archive Base Latest Questions

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

How can I access the key of a non-associate array? Here’s my scenario, I

  • 0

How can I access the key of a non-associate array? Here’s my scenario, I have an array of objects (in this case, they are coordinates):

coords[0] = {x: 37.543524, y: -56.65474}
coords[1] = {x: 35.041292, y: -76.03135}
//etc.. 

I’m using a jQuery templating plugin to print out the results:

$('#repeater').tmpl(coords).appendTo('body');

<script id="repeater" type="text/html">
  <p>[${key??}] ${x}, ${y}</p><br/>
</script>

In the template, I have access to the object properties but not the index. Is there an easy way to retrieve the key of that object in the array? Or would I have to modify the plug-in to give me access to it?

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

    I don’t believe that plugin gives you access to that information, so I’d suggest you just massage your data to include it.

    So if coords is already set as you mentioned, just loop over it and add a ‘key’ property to each item.

    for( var key in coords ) {
       coords[ key ].key = key;
    }
    

    Then you can use the ${key} property in your templates.

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

Sidebar

Related Questions

Can we increase the re-usability for this key-oriented access-protection pattern : class SomeKey {
How do I list a vector? How can I access the first key and
We can access the valueStack (and other objects of ActionContext ) using OGNL but
Apparently this key-oriented access-protection pattern : class SomeKey { friend class Foo; SomeKey() {}
I have come across this excellent blog explaining how to provide access to private
I have read on wikipedia However, symmetric ciphers also can be used for non-repudiation
I can access the database either from a .NET program (using ODBC) or through
I can access Spring beans in my Servlets using WebApplicationContext springContext = WebApplicationContextUtils.getWebApplicationContext(getServletContext()); in
I can access and show self.view and see the frame in the log but
How can hibernate can access a private field/method of a java class , for

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.