When i make request from the drop down by using onchange event with ajax call it only return the first word on my target suppose:-
I am showing the White Cat in drop down on the html page using the list[] which are returned from the controller but when i make the ajax call by using onchange event its return only the White on my target but i want the whole value (White Cat) how it will be possible?

