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

The Archive Base Latest Questions

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

this is a total beginner question. My question is about data that you can

  • 0

this is a total beginner question. My question is about data that you can send to the server using $.get or $.getJSON or $.ajax (or other methods). I don’t understand where this data is actually stored or how to access it.

Let’s say I have a file called test.json, that looks like this:

{
"name":"Bob",
"age":"84",
"sex":"male"
}

I want to display this data in an alert, as well as send new data to the server using $.getJSON, like so:

$(function() {
$.getJSON("ajax/test.json",{height:"tall",shoes:"sneakers"},
  function(data) {
      alert("Data Loaded:" +data.name);
  });
});

So the alert will display “Bob”. However, if change the alert to (“Data Loaded:” +data.height); the alert will say “undefined”. So this is a basic concept I’m not getting – where exactly is this data getting sent to and how do I then access it?

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

    The second argument to $.getJSON() are parameters to be passed along with the URL. In your case, the URL that will be requested from the server is

    GET {REST_OF_URL}ajax/test.json?height=tall&shoes=sneakers
    

    Where {REST_OF_URL} is which URL the javascript is downloaded from.

    If you want to be able to get back height and shoes in your response object, you would need to have the server dynamically add those values to the JSON object before it’s returned to the browser with whatever server side language you have available.

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

Sidebar

Related Questions

I am a total beginner in JS/XML. I have this simple code that needs
This is a total newbie question, so thanks in advance. I'm trying to get
This is a total beginner question, I've spent the past hour searching both stackoverflow
I am a total beginner in both simulations so this question might be silly.
I know this is a total newbie question, but the answer may not be
Total newbie question but this is driving me mad! I'm trying this: myInt =
I have this query to fetch the total OrderStatus that have values 1 and
I currently have a query that looks like this: SELECT NON EMPTY ([Measures].[TOTAL]) ON
Possible Duplicate: What does ||= mean? In this previous question, I asked about an
Let me preface this post with a single caution. I am a total beginner

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.