I have an autocomplete snippet which retrieve's City names based on your search term.
For example the search term s would print:

So if I would use:
var f = [];
$.each(a.RESULTS, function (a, b) {
f.push(b.name /* + b.zmw */)
});
b(f)
I would get printed the name of every city.
Live Example: http://jsfiddle.net/muWah/18/
How could I print/console.log() the zmw value of each city whenever I click on it.
So when I click on Serbia, I should get printed 000RB.1.99999