Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「Chosen プラグイン」を使用していますが、選択リストのオプション タグに属性を追加する方法がわかりません。
ドキュメントの準備ができている状態でjQueryを使用してこれを試しましたが、うまくいきませんでした。
Using Chosen 1.1 version
html: option.innerHTML, // Search title: option.title, // Add
.
option_el.innerHTML = option.search_text; // Search option_el.title = option.title; // Add