Computer Science, asked by saurabhsaurabh6776, 11 months ago

How to load JSON data using jQuery?

Answers

Answered by omegads04
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