1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
var params = { option_name: 'contacts', option_value: $('#contacts').val() } $.ajax('services/events/get.php', { type: 'POST', data: params, success: function(data, textStatus, jqXHR){ if(typeof data.err_code == 'undefined'){ show_msg('Error', data); }else if(data.err_code == null){ show_msg('Info', 'Registration Completed'); window.location.href = "index.php"; }else{ show_error(data.err_code, data.err); } }, error: function(jqXHR, textStatus, errorThrown){ alert('Error:' + jqXHR.responseText + '; ' + textStatus); } }); |
ciao! thanks for that kind of information, it really help me a lot! thanks!!!. lista de email lista de email lista de email lista de email lista de email
very well. lista de email lista de email lista de email lista de email lista de email
Bonjour, r