Optimal template for change content via XMLHTTPRequest with JQuery,PHP,SQL [closed]
- by B.F.
This is my method to handle XMLHTTPRequests.
Avoids mysql request, foreign access, nerves user, double requests.
jquery
var allow=true;
var is_loaded="";
$(document).ready(function(){
....
$(".xx").on("click",functio(){
if(allow){
allow=false;
if(is_loaded!="that"){
$.post("job.php",…