バージョン4.0の更新情報

jquery.ajaxComboBox

【ver 4.0】


  • 下記のオプションを廃止しました。


    The following item was abolished.

    • mini
    • package
    • cake_rule


  • プラグインを設定する要素を、divからテキストボックスに変更しました。


    The element to set plug-in was changed to "text box" instead of "div".


    【HTML】
    <input type="text" id="example">

    JavaScript
    $('#example').ajaxComboBox(
    'some.php',
    {
    'db_table' : 'users',
    'field' : 'name'
    }
    );



  • データベースだけではなくJavaScriptのオブジェクト配列からも検索できるようになりました。


    You can search from not only database but also JSON.



  • コンボボックスの見栄えが修正されました。


    The style of ComboBox was changed.