jquery.ajax-combobox icon indicating copy to clipboard operation
jquery.ajax-combobox copied to clipboard

jQuery plugin to create a text box which can auto-complete and pull-down-select.

Results 6 jquery.ajax-combobox issues
Sort by recently updated
recently updated
newest added

Setting `src` attribute for `button_img` option will be removed next major version v8.0.0. `button_img` only accept HTML element. This feature was added at [v7.5.0](https://github.com/sutara79/jquery.ajax-combobox/releases/tag/v7.5.0). [See how to use](http://www.usamimi.info/~sutara/ajax-combobox/sample/others.html#button-image).

deprecated

Just played with this plugin and works very well in my app. Question, is there a method to destroy or reset the ajax combo in JS ? Basically I want...

new feature

ユーザがコンボボックスに入力した文字が全角であろうと半角であろうと、検索結果が同じになるようにすにはどうすればいいのかを考えてみました。 #### 最善の策 (MySQLのみ) 対象カラムの照合順序を`utf8_unicode_ci`にするだけで解決します。 参照: [【MySQL】大文字小文字、全角半角区別しないでマッチする検索をしたい at softelメモ](https://www.softel.co.jp/blogs/tech/archives/1877) #### 次善の策 プラグインに新しいオプション"mb_convert_kana"を設けて対応します。 オプションの値をサーバ側のPHPへ渡して、そのまま"mb_convert_kana()"の引数とします。 この方法の問題点は以下のとおりです。 - あらかじめ、DB内の全角・半角を揃える必要がある。 - PHP以外の言語には対応していない。 どの方法を取るか、しばらく検討してみます。

question

in combobox data like "Adam", "Alan", "Jose" ...etc field [name] control field & primary key is [id] in interactivity on form must to change over ID How do that ????...

Your plugin is awesome, but what about scroll pagination ? When we scroll results pages changing ?

For the single mode, I want to send a single text field containing the original string: without splitting by whitespace. Is it possible using the constructor args ?