I have a drop down menu with 3 values. each has an option
id. I want to make an ajax request and update a div
based on the response from that request.
I have sample code on jsbin in which I am trying to make ajax request to imdb. I don't want to parse the response back from imdb but want someone to show me how to update a div based on the response back from imdb. This is just a sample as I am trying to implement something like this in my application...only difference is that instead of making callback to imdb I'll be making callback to my applicaiton.
Please see the example