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

At få jQuery-autofuldførelse til at fungere med PHP-kilde

$.ajax({
     url:"http://absolutepathtofile/autosuggest.php",
     type:"post",
     success:function(html){
         $("#user_phone").autocomplete(
            {position: {offset: "0 -10px"},
            source: html
         });
     }   
});
  • fungerer godt for mig og testet


  1. Når du bruger Entity Framework med MySQL, erstattes Unicode-tegn med grundlæggende tegn

  2. Neo4j - Opret et indeks ved hjælp af Cypher

  3. MySQL OPRET BRUGER med en variabel?

  4. Node Mysql asynkroniserer flere forespørgsler