$(function(){ var queries = [ { value: '', data: '0.00000000,0.00000000' }, { value: 'Apple', data: '37.43753440,-122.11917830' }, { value: 'Apple', data: '37.47491620,-122.25664190' }, { value: 'Apple Headquarter', data: '37.43754330,-122.11913370' }, { value: 'Apple Headquarter', data: '37.43755570,-122.11917190' }, { value: 'AppleHQCupertino', data: '37.43749920,-122.11918700' }, { value: 'Blindheim', data: '62.44019820,6.36961250' }, { value: 'Coffee', data: '62.47240000,6.14680000' }, { value: 'concert', data: '37.87901440,-122.26243000' }, { value: 'Dugnad', data: '0.00000000,0.00000000' }, { value: 'Example', data: '54.30000000,32.00000000' }, { value: 'Exploratorium', data: '37.43751930,-122.11913870' }, { value: 'Exploratorium', data: '37.80096020,-122.39860550' }, { value: 'Google Visitor Center', data: '37.42242580,-122.08755550' }, { value: 'GoogleVisitorCenter', data: '37.42281050,-122.08737760' }, { value: 'Grubhub', data: '37.43752790,-122.11920690' }, { value: 'Guitar Instruction', data: '59.92930460,10.79161710' }, { value: 'hallandoates', data: '37.87903460,-122.26244120' }, { value: 'HTML next Location Example', data: '59.92921430,10.79010040' }, { value: 'JimmiXzSq', data: '0.00000000,0.00000000' }, { value: 'KALX', data: '37.87902440,-122.26243670' }, { value: 'Learning Perl', data: '62.47240000,6.14680000' }, { value: 'MIT', data: '59.92938830,10.78984540' }, { value: 'Monterey', data: '37.43745910,-122.11919800' }, { value: 'Monterey', data: '37.43746860,-122.11920120' }, { value: 'Monterey', data: '37.43750800,-122.11922860' }, { value: 'Monterey', data: '37.43751540,-122.11920050' }, { value: 'Monterey', data: '37.43754620,-122.11917740' }, { value: 'Nexus 5', data: '59.92923070,10.79024090' }, { value: 'Nighthawk Diner', data: '59.92534370,10.75919950' }, { value: 'NRK', data: '59.92932030,10.79159800' }, { value: 'oka', data: '37.43755960,-122.11922790' }, { value: 'OleAamotSource', data: '37.87897540,-122.26242070' }, { value: 'Oslo', data: '59.92922790,10.79024180' }, { value: 'Piperpal', data: '37.87897260,-122.26243290' }, { value: 'Riksarkivet', data: '59.92924090,10.79027540' }, { value: 'RollingStones', data: '59.92919860,10.79006380' }, { value: 'Schibsted', data: '59.92925900,10.79028280' }, { value: 'Stanford University', data: '37.43752530,-122.11917680' }, { value: 'Toto', data: '59.92952860,10.79170340' }, { value: 'twocupsofcoffee', data: '59.92527940,10.75915570' }, { value: 'VG', data: '59.92921710,10.79022550' }, ]; // setup autocomplete function pulling from names[] array $('#query').autocomplete({ lookup: queries, onSelect: function (suggestion) { var thehtml = '
';$('#outputcontent').html(thehtml); } }); });