on this page:
sitemap:
a tiny javascript utility to add a classic html <select> menu to the page.
replicates the old form-based drop-down select-box jump-off menus found around the web. because i needed a menu. intentionally kept simple.
source code: classicjumpmenu.js
features:
• menu options are passed in a json object, so the list can be stored in an external file
• any css selector can be chosen as a menu container
• multiple menus can appear on a page
• the same menu can be reused on multiple pages
todo (maybe):
• add option for “go” button
view source to see how it works.