タグ

completionとjqueryに関するIMAKADOのブックマーク (2)

  • 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

  • JS Inspect - 技術日記@kiwanami

    JavaScriptでユニットテスト的なプログラムを書いていたのだけど、テスト結果の表示が面倒なので結果を配列やオブジェクトに詰めてFirebugのコンソールに表示していた。書く分にはテストを入れ子にしたり、自由に組み合わせて便利だったのだけども、テストの数が多くなり始めたらいい加減見づらくなってきた。これが分かりやすくレイアウトされるだけで、JUnit的な「グリーンのバーがどうの〜」という感じになるのではないかと考えた。 また、JSONを見やすくレイアウトして眺めたいとか、JSONのドキュメントを書くのにJSONを綺麗に可視化したいという欲求もあったので、例によって長い移動時間でRubyのinspectみたいな物を作ってみようと考えた。 以下ソース例。 $(function() { var simple1 = [ 11, 22, 33, 44 ]; var simple2 = { nam

    JS Inspect - 技術日記@kiwanami
    IMAKADO
    IMAKADO 2007/11/06
    補完あり、 jq -> jquery -> jQuery みたいに賢く補完する。 すごく便利
  • 1