On Thu, Jun 10, 2010 at 01:59:03PM -0600, Merrill Oveson wrote: > or he/she can type "S" and cursor goes to the first item beginning with "S". > > I'd like the person to be able to type more than "S" like "SS" or "SM" > > Anybody out there have any idea how this would be accomplished?
I have an idea how, but no code for you.... Its a nice feature, and I have been wanting to write something similar but haven't had the time yet. I am thinking what I would do is have a function (js) on that <select> field that watches for key up events, and then adds the selected="selected" property to matching fields. I haven't tried it, but I think it would work. I would guess there would be some code already written for this, but I haven't found any, I don't know what one would call such a feature. _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
