是否有一種簡單的方法在選擇框的第一行旁邊添加一個樣式化的小文本行?選擇框中第一行旁邊的文本行?
例如:
我使用如下代碼:
<select name="textarea" size="10" multiple="multiple" id="textarea">
<option>something</option>
<option>something else</option>
<option>another thing</option>
</select>
文本只會永遠需要,並顯示出什麼都數據是第一線。如果你能幫到那將是輝煌的!
「第一行」是否會與「第一個選項」有所不同? – sdleihssirhc
是的,因爲我已經在使用將選定選項移動到列表頂部的腳本。 – David