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.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Send data to the server using a HTTP POST request.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Load data from the server using a HTTP GET request.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Perform an asynchronous HTTP (Ajax) request.
Attach a handler to an event for the elements.
Remove a previously-attached event handler from the elements.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading