Hi Jack, Thanks for building a plugin for it. One important thing to remember is that it should allow to use key stroke to srcoll through selection list. I have seen other plugins but they don't normally have an ability to scroll through the selection list.
I look forward for your reply Regards Ritesh 15daysofjquery wrote: > > I have a plugin I'm about to release that will do something very similar > for list boxes - select elements where you are normally told to hold ctrl > and click to select multiple entries. > > I'll post back here when the demo is ready and my blog post is published. > > Jack > 15daysofjquery.com > > > Agrawal, Ritesh wrote: >> >> 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#a8977574 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
