Js Autocomplete Functions
I need someone well versed in Javascript to do the following (WITHOUT a framework):
- onkeyup toggle through results from, like google when you hit up, down, and enter.
enter takes you to the link,
down moves you down throughout the list,
up moves up one throughout the list of results.
- cookie functions which save, erase and read cookies.
If a cookie is present and valid I need the user to be redirected to the location in its value.
When redirected the user should see something saying “remove as homepage” to remove the cookie.
If there is no cookie the user should see something which says “save as homepage” which saves a cookie with the value being the current location (including query string).
This is a very simple project for someone who knows JS. I have started these things but don’t know entirely what to do.
see http://www.tombarrasso.com/bbc, and google.com for ideas
Thanks,
- Tom


