Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

GoogleSuggestのようなwiget - AutoAssist

GPLで公開されており、prototype.jsが必要となります。

Ajax autocomplete widget on web pages, the way to archive effective and comfortable. And it is pure JavaScript so will not break any existing code or development style.

AutoAssistを使用することで、GoogleSuggestのような効果を簡単に実装することができます。どのくらい簡単かというと、

new AutoAssist("t", function() { 
    return "/agency.php?q=" + this.txtBox.value; 
}); 

のように書くだけです。
ISO 3166 Codesのサンプルは結構良い感じだと思います。