Question: Make a request to https://wp.zybooks.com/weather.php with the requestData variable, handle response with requestHandler function, and data type of xml. 1 function requestHandler(data) { 2 console.log(Data
Make a request to https://wp.zybooks.com/weather.php with the requestData variable, handle response with requestHandler function, and data type of xml.

1 function requestHandler(data) { 2 console.log("Data handled"); 3} 4 5 var requestData = { "zip": "90210" }; 6 $.get( 7 8 /* Your solution goes here */ 9 10 );
Step by Step Solution
3.46 Rating (159 Votes )
There are 3 Steps involved in it
To complete the request using jQuerys get for an XML data type you should s... View full answer
Get step-by-step solutions from verified subject matter experts
