タグ

Autocompleteとlibraryに関するwarufuzaketaichiのブックマーク (3)

  • UIプロトタイプ:autocomplete (jQuery plug-in jSuggest)

    昨日に引き続いて、今日も作成中の Google App Engine アプリ用のUI部品の作成。HTMLの一部に記述された(もしくは別途JSONで取得した)ワード・リストの入力を autocomplete を使って簡単にしようという試み(Google Suggestのようにダイナミックにリストを取得する必要はない)。 そこで、まずは既存のライブラリ・プラグインの調査から。必要とする人も多いようで、少し調べただけで20個ぐらい見つかる。デモを見て5つに絞ってからそれぞれのソースコードを解析。例によってどうしようもない品質のコードもあるので、結局のところたどり着いたのは、比較的コードがきれいなこの二つ。 jQuery Autocomplete Mod JQuery Plugins by Dylan Verheul - autocomplete どちらかをそのまま使っても良かったのだが、どちらも

  • jQuery Plugins by Dylan Verheul

    Copyright © Dylan Verheul <dylan@dyve.net> Licensed like jQuery, see http://docs.jquery.com/License. If you like whay you see, a donation is always welcome. autocompleteA jQuery autocompleter with caching options to limit server requests. Please also look at the documentation (plain text, download or view). A brief history of autocomplete plugins: I wrote an original autocomplete plugin Several pe

  • jQuery Autocomplete Mod

    jQuery Autocomplete Mod WARNING: This is provided for users who absolutely need access to the original code. The code is very outdated and it's not recommended to use this code in current applications. The code is not compatible with newer versions of jQuery. Instead, we recommend checking out one of the many fantastic modern autocomplete libraries, like: jQuery UI Autocomplete Select2 This is mod

  • 1