Hello, i have a very basic question.
Is there a way to hide the file name/folder (ajax/post.php) used on the AJAX post request?
$.ajax({
type: 'POST',
url: 'ajax/post.php',
data: data,
success: success,
dataType: dataType
});
I dont want people to see this: 'ajax/post.php',