Replace:
$.ajax({
type: "GET",
url: "http://www.imdbapi.com/",
cache: false,
data: dataString,
success: function(html){
//$("#more").after(html);
alert("Success!");
}
});
With
$.getJSON('http://www.imdbapi.com/?' + ...READ MORE
Aug 5, 2022
in Web Development
by
rajatha
• 7,680 points
•
2,018 views