Posts

Showing posts from June, 2022

ajax = jquery = format

  $.ajax({             url: SERVER_WEB_ROOT + "/application/controllers/HEADER_SEARCH/SERVER_SEARCH.php",                     data:  {                 text : text                 //page:track_page,                     },             type: "POST", //type: "GET",                         statusCode: {                 403: function (xhr) {                 //alert("403 Forbiden Error");                 //console.log('403 response');                 }                 ...