jQuery Recall Plugin Examples

A jQuery plugin that allows users to use up/down arrows to find previously typed values in text fields, similar to the command line history.

Input Fields

(Basic recall functionality)
(Uses Input 1's history)
(Pre initialized to names)
(Only saves last 5 inputs. Type something and refresh the page)
(Match string anywhere, not just at start, tooltip. Type something and refresh the page)
(Match is case sensitive, custom tooltip. Type something and refresh the page)
(No matching, custom tooltip. Type something and refresh the page)
(Standard input)

Textarea

An example of an input pre-loaded with web colors (And match string anywhere)
Try typing something like "blue" and hit the up and down arrows

Color Box

The plugin is readable and contains imbedded documentation. The minified version is 3½k
Craig Fitzgerald