jQuery.getJSON()
Load JSON-encoded data from the server using a GET HTTP request.
Load JSON-encoded data from the server using a GET HTTP request.
Takes a well-formed JSON string and returns the resulting JavaScript object.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Utility method to filter and/or chain Deferreds.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Perform an asynchronous HTTP (Ajax) request.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Creates an object that handles the actual transmission of Ajax data.
Merge the contents of two or more objects together into the first object.
Load data from the server using a HTTP GET request.
Load data from the server using a HTTP POST request.
Encode a set of form elements as an array of names and values.
JavaScript provides several built-in datatypes. In addition to those, this page documents virtual types like Selectors, enhanced pseudo-types like Events and all and everything you wanted to know about Functions. You should be able to try out most of the examples below by just copying them to your browser’s JavaScript Console (Chrome, Safari with Develop … Continue reading