How to load JSON data using jQuery?
Answers
Answered by
0
To load JSON data using jQuery, use the getJSON() and ajax() method. The jQuery.getJSON( ) method loads JSON data from the server using a GET HTTP request. data.This optional parameter represents key/value pairs that will be sent to the server.
Similar questions