|
How to load JSON data from server? - .getJSON(Url, data, callBack)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Ajax
To load JSON data from server, getJSON() method can be used. In this way, data is loaded from server using HTTP Get method.
|