Question: Use jQuery getJSON method to call the ZIP API (http://ziptasticapi.com) in a JSON-P way. Get the city and state for the ZIP 93118. Use document.write
Use jQuery getJSON method to call the ZIP API (http://ziptasticapi.com) in a JSON-P way. Get the city and state for the ZIP "93118". Use "document.write" function to display the city and state on the page. Some initial codes are given below. Please complete the script.
$(function(){
//put your code here
});
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
