Top "Getjson" questions

Load JSON-encoded data from the server using a GET HTTP request.

jQuery.getJSON doesn't trigger callback

I have a html code: <button>asd</button> <script type = "text/javascript"> $('button').click( …

jquery django getjson simplejson
jQuery getJSON with timeout

When making a call out to the yahoo web service (http://boss.yahooapis.com/ysearch) to return a data set, …

jquery timeout getjson
Assign data from jQuery getJSON to array

How do you assign the data fetched via getJSON() to an array, for later use? The getJSON url below retrieves …

jquery getjson
Convert UNIX timestamp in jQuery

Well, I fetch timestamp from my table using a php page with getJSON. Here is the structure. main.php --&…

jquery getjson
jQuery getJSON to external PHP page

I've been trying to make an AJAX request to an external server. I've learned so far that I need to …

php jquery ajax json getjson
Call ASP.NET Web API from code-behind

How would I call an ASP.NET Web API directly from code-behind? Or should I be calling my javascript function …

asp.net webforms getjson asp.net-web-api
Why does JQuery.getJSON() have a success and a done function?

The JQuery documentation for getJSON shows an example of: var jqxhr = $.getJSON( "example.json", function() { console.log( "success" ); }) .done(function() { …

jquery getjson
Can you add headers to getJSON in jQuery?

ive been looking to get JSON data for pinterest but notice they currently dont let you get for a user …

jquery ajax json getjson
jQuery promise with getJSON and callback

I have an ajax call with a callback. I want to call another method JUST after the callback has ended..…

jquery getjson jquery-deferred promise
JSON Request appended with [object%20Object] in jQuery

I'm trying to fetch a custom JSON feed I have written with jQuery using the getJSON method. For an unknown …

javascript jquery ajax http-status-code-404 getjson