Getting Varied Responses from Server
This lesson will explain how to get a varied response from a server based on the input we send to it. This will help us build a more accurate dropdown menu in the end.
We'll cover the following...
We are now at a point where we want to get different values depending on the menu item that’s active, so we want the server to give varied responses based on the data passed.
We’ll follow the following pattern: start from a blank ...