顯示圖像的工具提示懸停需要在工具提示上懸停顯示每個選項的值數據-ID選擇2的jQuery在選項
<select id="example">
<option value="AA" data-id="143">AA</option>
<option value="BB" data-id="344">BB</option>
<option value="CC" data-id="773">CC</option>
</select>
我使用選擇2 https://select2.github.io/examples.html 請幫助!
還有,你試過嗎? – Cosmin
我試過,但無法找到 $(「#example」)。select2(); ('#example')。on('change',function(){('#theAnswer')。text($('#example option:selected')。attr('data-id')) ); }); – smrutiranjanpanda