下载地址:http://createwebapp.com/
new Autocomplete(”consumerName”, function() {
return “consumers.php?q=” + this.value;
}); 文档地址:http://createwebapp.com/autocomplete
文档非常详细。
需要注意的一点是
<script>
new Autocomplete(”consumerName”, function() {
return “consumers.php?q=” + this.value;
});
</script>
这段js要写在
之后。
截图如下:
