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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:16:14+00:00 2026-05-31T12:16:14+00:00

I was just reading up on push. I have a few questions regarding jQuery

  • 0

I was just reading up on push. I have a few questions regarding jQuery arrays.

  1. How would I print/alert the contents of an array to check what is being pushed into them?
  2. How do I call a particular key in the array?
  3. Is there any decent documentation on jQuery arrays?

EDIT:

I’m not sure. I want to store a new variable in an array on a keyup event. So each time a user performs the event a position is stored as a new key in a variable. so later when another object enters that position a function is performed.

Arrays are the only way I can see this working?

  • 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-31T12:16:16+00:00Added an answer on May 31, 2026 at 12:16 pm

    To print (or do something) with each item in an array you can use jQuery’s .each() and to check if something is in an array .inArray()

    As others have said there is no such thing as a “jQuery array”.

    http://api.jquery.com/jQuery.each/
    http://api.jquery.com/jQuery.inArray/

    var myArr = new Array();
    myArr.push("hello");
    
    alert(myArr[0]);
    
    $.each(myArr, function(index, value) { 
      alert(index + ': ' + value); 
    });
    
    // Will alert the index or -1 if not found.
    alert($.inArray("hello", myArr));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

just looking for some advice, pointers, and suggestions for further reading. I have: 1
I'm just reading up on SOA and the service registry / UDDI get mentioned
I was just reading this thread and it occurred to me that there is
I was just reading up a lecture which breifly went over Container Interface. I
I'm just reading Code Complete by Steve McConell and I'm thinking of an Example
I was just reading through Learning Python by Mark Lutz and came across this
I was just reading up on ROR (haven't dived into it yet), and I
I'm just reading my company's code guidelines and it says to never treat variables
I was just reading the Open Letter to Joel and Jeff and I noticed
I was just reading abit about JMS and Apache ActiveMQ. And was wondering what

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.