获取要在屏幕上显示的用户的正确位置

时间:2016-09-19 12:43:13

标签: javascript ajax api get openweathermap

好的,这是我正在使用的Link的javascript。我遇到的问题是代码显示地球的用户位置而不是实际的城市。如果我改变了

的值
$(".currentLocation").html(city);

$(".currentLocation").html(data.name);

而不是位置我只是得到一个空白。

1 个答案:

答案 0 :(得分:0)

可能是因为你在freegeoip请求中调用$ get而不是$ .get()。

同时更改最后一行以使用getLocation()

$(function() {
  getLocation();
});