I have the following code:
var form = new FormData();
form.append('user',$("#user").val());
form.append('password',$("#password").val());
var data = JSON.stringify($(form).serialize());
but the var 'date' is getting null, look at the exampl...
asked by
16.05.2017 / 15:56