:cookie: 364 | @kat-mag |http://www.freecodecamp.com/kat-mag
:cookie: 346 | @gbsimon87 |http://www.freecodecamp.com/gbsimon87
var urlString = "https://crossorigin.me/http://api.openweathermap.org/data/2.5/weather?lat=" + lat + "&lon=" + lon + "&APPID=55e...
$.getJSON(urlString, function(json) { ...
hey guys im trying to create a drag and drop feature and it is 99% working
but the dropped text disappears when i resize the screen
any ideas why