| Sign In/My Account | View Cart |
| Article: |
Cooking with JavaScript & DHTML | |
| Subject: | numbers as option text? | |
| Date: | 2004-01-16 09:30:10 | |
| From: | anonymous2 | |
| when i attempt to use the code with numbers as option text, sorted or not, type ahead does not work. after entering the second character, the pull-down skips to a entry that starts with that character. | ||
Showing messages 1 through 5 of 5.
delay property of the typeAheadInfo object constructor function.
It's also possible that with so many options, the scripting bogs down with repeated fetches of the options for each keystroke. Perhaps rework the code to perform the retrieval just once (at onload time) and preserve the list in a global variable for faster subsequent retrievals.
delay property of the typeAheadInfo object constructor function.
why would that be any different? is the numeric keypad input not buffered the same way that the regular one is?