Use Google Books API Use jQuery AJAX functions (.ajax, .get, or .getJSON, etc.) All of the following functionalities sho
Posted: Tue Jul 12, 2022 8:20 am
Use Google Books API Use jQuery AJAX functions (.ajax, .get, or.getJSON, etc.) All of the following functionalities should beimplemented in the same page. Book search functionality: for usersto search books by key terms. A textbox to accept user input ofsearch terms. Search for books by calling the Google Books searchAPI. Display the first 50 results in 5 result pages (10 books foreach page; note the page here does not mean the actual web page butpage view). Style the page number as links or buttons similar tothe following examples.