Hi - I'm quite new to both js and jQuery, but so far I've been excited by how easy it is to accomplish difficult tasks.
However it's full stop now. I have an autocomplete function that works excellent in Chrome. I have to make it work in IE9 as well, and I can't figure out what is wrong.
I'm enclosing both my code and a sample json response. In advance, thanks a lot for any help,
[ { "id": "PunktUtlandet:532096", "type": "gnppla", "position": [ 42.97638, 47.50236 ], "name": { "nno": "Makhatsjkala", "nob": "Makhatsjkala", "eng": "Makhachkala", "fkv": "Mahatškala", "sme": "Makhatsjkala" }, "path": { "nno": "stad/Russland/Dagestan/Makhatsjkala", "nob": "sted/Russland/Dagestan/Makhatsjkala", "eng": "place/Russia/Dagestan/Makhachkala", "fkv": "paikka/Ryssä/Dagestan/Mahatškala", "sme": "sadji/Ruošša/Dagestan/Makhatsjkala" }, "category": "gnppla", "categoryName": { "nno": "regionshovudstad", "nob": "regionshovedstad", "eng": "regional capital", "fkv": "hallintoalan pääkaupunki", "sme": "regionshovedstad" }, "pathData": null }, { "id": "PunktUtlandet:532097", "type": "gnppl", "position": [ 44.46444, 45.03028 ], "name": { "nno": "Makhatsj-Aul", "nob": "Makhatsj-Aul", "eng": "Makhach-Aul", "fkv": "Makhach-Aul", "sme": "Makhatsj-Aul" }, "path": { "nno": "stad/Russland/Stavropol/Makhatsj-Aul", "nob": "sted/Russland/Stavropol/Makhatsj-Aul", "eng": "place/Russia/Stavropol/Makhach-Aul", "fkv": "paikka/Ryssä/Stavropol/Makhach-Aul", "sme": "sadji/Ruošša/Stavropol’skiy/Makhatsj-Aul" }, "category": "gnppl", "categoryName": { "nno": "folkesett stad", "nob": "befolket sted", "eng": "populated place", "fkv": "asutettu paikka", "sme": "befolket sted" }, "pathData": null } ]