How do I proceed in Jquery so that the return of the request via json is with the correct accent?
Current: "Monday, March 12 & 2018"
I need: "Monday, March 12, 2018"
I'm trying to use this:
$.ajax({
async:false,
type: "GET",...
asked by
12.03.2018 / 15:30