Return value from jquery autocomplete

Viewed 28

I'm trying to return some values from this:

enter image description here and I have this in the console log:

enter image description here

How can I return the city, speed, etc.

Console.log(ui.item.speed) returns that item is undefined. It works perfectly in the above select function.

0 Answers
Related