Answers for "get api call in jquery"

0

get api call in jquery

$.getJSON("http://www.imdbapi.com/?" + dataString + "&callback=?").success(function(data){
    console.log(data); // will contain all data (and display it in console)
})
Posted by: Guest on April-04-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language