Hi,
I am wondering did anyone ever tried to create some alternative for
<select><option> list. I like using select-option as it provides the ability
to use keystrokes to change selection. However, I can't change the font
color or add new icons infront of the test. Hence, I was wondering to
replace each line of text with div and write an javascript that implement
keystroke behaviour...But I am not a javascript expert...
Can some one give me an idea...here what I am planning to do
Original
<select>
<option>A</option>
<option>B</option>
</select>
Modified
<div>
<div>A</div>
<div>B</div>
</div>
Motivation: to provide an ability to change color or even have icons along
with text and retain the ability to modify select by keystroke.
--
View this message in context:
http://www.nabble.com/Any-idea-on-how-to-replace-select-with-div-tf3226856.html#a8963543
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/