Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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