Is there a way to set up the code so that if we have a large sub-menu, the user is able to jump to a link title by simply typing in the first letter or two of the link text?
In other words, a visually impaired user or someone using only keyboards to navigate through the menus and sub-menus doesn’t have to keep clicking the down arrows to find the specific link they are looking for, but can skip directly to the link?
As an example, we are building a drop down list of courses offered by Department at a Community College. The sub-menu for Departments offering courses in the Spring Semester is quite long. We’d like the user to be able to skip directly to “French” by starting to type: “F” or “FR” on their keyboard.
I’ve seen this work on other menus, but it’s not working for me on this one. Is there something I can add to the script that will make this work?
Thanks.