Mysql
 sql >> Database >  >> RDS >> Mysql

Ottenere il completamento automatico di jQuery per funzionare con il sorgente PHP

$.ajax({
     url:"http://absolutepathtofile/autosuggest.php",
     type:"post",
     success:function(html){
         $("#user_phone").autocomplete(
            {position: {offset: "0 -10px"},
            source: html
         });
     }   
});
  • funziona alla grande per me e testato