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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T14:04:29+00:00 2026-05-11T14:04:29+00:00

I am trying to use the getJSON function in jQuery to import some data

  • 0

I am trying to use the getJSON function in jQuery to import some data and trigger a callback function. The callback function doesn’t run. However, if I try the same thing with the get function, it works fine. Strangely, it works with the get function even when I pass ‘json’ as the type. Why is this happening? I tested the following file in Firefox 3 and IE 7:

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> <html><head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <title>ajax test</title> <script type='text/javascript' src='/jquery-1.3.2.min.js'></script> </head> <body> <input type='button' id='test1' value='get'> <input type='button' id='test2' value='getJSON'> <input type='button' id='test3' value='get with json type'> <script type='text/javascript'> $('#test1').click(function() {     $.get('index.html',         function(response) {             alert('hi');             //works         }     ) });  $('#test2').click(function() {     $.getJSON('index.html',         function(response) {             alert('hi');             //doesn't work         }     ) });  $('#test3').click(function() {     $.get('index.html',         function(response) {             alert('hi');             //works         },         'json'     ) }); </script> </body></html> 

This seems to happen no matter what URL I access, as long as it’s on the same domain. I tried passing some data and that doesn’t make a difference.

Of course I can work around the problem by using the get function like I did in my 3rd test function, but I am still curious as to why this is happening.

I know there is a similar question asked here but it didn’t answer my question.

  • 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. 2026-05-11T14:04:30+00:00Added an answer on May 11, 2026 at 2:04 pm

    The json needs to be valid, otherwise the callback will not fire.

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

Sidebar

Ask A Question

Stats

  • Questions 109k
  • Answers 109k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can update by hand the .csproj file and add… May 11, 2026 at 9:27 pm
  • Editorial Team
    Editorial Team added an answer Because cMyConstDouble is declared as extern, compiler is not able… May 11, 2026 at 9:27 pm
  • Editorial Team
    Editorial Team added an answer ASP.NET uses Session cookies by default to track user requests.… May 11, 2026 at 9:27 pm

Related Questions

I am trying a straightforward remote json call with jquery. I am trying to
I am submitted a getJSON request to a controller in my application, this controller
I am making a call to a controller action in javascript using the getJson
I had a previous question can jquery ajax call external webservice? and some good

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.