Shelane Enos wrote:
For the last hour I have be scouring through jQuery tutorial and plugins
pages trying to find something that I thought I saw. I did a search in the
list archive to no avail. I'm looking for an example I saw of a form with
input elements with "suggestions" of what should be placed inside. This
would not be a popup tooltip, but something that appears in the element
already. I can do this by brute force, I was just hoping to find the more
elegant approach.
You may have this in mind:
http://scott.sauyet.com/Javascript/Demo/Overlabel/
or the discussion here:
http://tinyurl.com/2zrax3
It was my first attempt at a JQuery plugin, and it shows. It would be
pretty easy to clean up, though.
-- Scott