Releases: sutara79/jquery.ajax-combobox
Releases · sutara79/jquery.ajax-combobox
7.4.1
- An alert is displayed if an error occurs.
(サーバとの通信が失敗した場合はアラートを表示するようにしました。)
- The plugin used the latest API from bitly.
(利用するbitlyのAPIを最新のものに変更しました。)
7.4.0
- The combobox was changed into inline element from block element.
(コンボボックスがボックス要素ではなくインライン要素になりました。)
7.4.0-alpha
instance
option was added.
(instance
オプションを追加しました。)
7.3.1
- Not working in IE8 was solved.
(IE8で動作しない問題は解決しました。)
// does not work in IE8
{class: 'navi_first'}
// work in IE8
{'class': 'navi_first'}
http://bugs.jquery.com/ticket/7724
7.3.0
- The problem about shortening URL was solved.
(URL短縮機能が機能しない問題は解決しました。)
7.3.0-alpha
- Brazilian Portuguese was added to the language of the message. Thanks Marcio de Souza!
(プラグインのメッセージの言語にブラジル系ポルトガル語を選べるようになりました。マルシオ・ソウザさんに感謝します。)
- CAUTION: Shortening URL can not work. (v7.2.1 is also)
I am investigating it now.
(現在、URL短縮が機能しておらず、調査中です。)
7.2.1
- Plugin name was changed.
(プラグイン名、ファイル名、フォルダ名を変更しました。)
7.2.0
- Code-refactoring has done.
(ソースコードの内容をオブジェクト指向で書きなおしました。)
- JSDoc was made.
(ソースコードを理解しやすくするために、JSDocを作成しました。)
- "shorten_url" option is renamed "shorten_btn".
("shorten_url"オプションを"shorten_btn"に名称変更しました。)