Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prtksxna/type-ahead
A simple terminal like autocompletion for textareas, written in JavaScript
https://github.com/prtksxna/type-ahead
Last synced: 29 days ago
JSON representation
A simple terminal like autocompletion for textareas, written in JavaScript
- Host: GitHub
- URL: https://github.com/prtksxna/type-ahead
- Owner: prtksxna
- Created: 2010-12-21T18:08:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-22T10:27:00.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T18:37:38.420Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Type Ahead
This is a simple text autocompletiong tool, written in JavaScript. It takes a textbox and an array of words and allows tab completion.** Usage
Read /test/index.html to understand the complete usage.** Resources
*** Caret Position
This blog post by Vishal Monpara turned out to be very important while positioning the caret.
http://blog.vishalon.net/index.php/javascript-getting-and-setting-caret-position-in-textarea/
*** Prototype
http://prototypejs.org