Top "Getjson" questions

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

$.getJSON not working in Internet Explorer

I am using following code to grab data from JSON. $(document).ready(function() { $.getJSON("http://www.example.com/data.php?…

javascript jquery internet-explorer getjson
JQuery's getJSON() not setting Accept header correctly?

It looks like people have had issues with Accept headers in the past, but I'm not sure my issue is …

jquery ajax json getjson
Send JSON to the server using jQuery

I have the need to send an array of ID's to my server-side in the form of a JSON Object.…

javascript jquery json getjson
Jquery getJSON sorts my data by id automatically

I have a combo box that triggers a jquery function on change, it calls a php script which brings the …

jquery ajax json sorting getjson
Using Json to add markers to Google Maps | API

I'm trying to plot markers on a google map using data from a Json Response. I have searched Stack Overflow …

javascript json google-maps google-maps-api-3 getjson
Combine multiple JSON files into one; retrieve using jQuery/getJSON()

I have some jQuery code which retrieves content using getJSON(). There are n JSON files, which are retrieved from the …

javascript jquery json getjson
Escaping JSON apostrophe before PHP's json_encode truncates?

I have a field in a MySQL database (utf8_general_ci) that contains a curly (smart?) apostrophe: Owner’s... This …

php getjson json
How can I catch JSON parsing errors in JQuery?

In the following code, if the JSON I am trying to read in has a slight syntax error somewhere, then …

jquery getjson
Aborting a jQuery getJSON XMLHttpRequest

Turns out this was an artefact of a Firebug bug. The Ajax request was cancelled, but Firebug continued reporting it …

javascript jquery getjson