I'm trying to get the data of a json but not when looking for a data throws me the error.
Uncaught TypeError: Can not read property 'day' of undefined
$.ajax({
url: url,
//dataType: 'json',
type: 'POST',
jsonpCallback: "myJSON",...
asked on
23.08.2017 / 15:32