forked from atmb4u/AutoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Auto complete plugin from dictionary with no external dependencies
License
repos-javascript/AutoJS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
## AutoJS v0.8.9 -------------- AutoJS is a library to continuously autocomplete textarea based on a standard dictionary. Dictionary has been deviced based on researches and linguistic methods, keeping an eye on minimizing the size of the library. Complete project is written in plain js, with no external dependencies, and it's size is reduced to mere 6kb. ##Installation and Usage ---------------------- Its pretty straight forward. - Include the js on the head. - Call the AutoSuggestControl on page load. Alternatively, you can do it on jQuery.ready() window.onload = function () { var area = new AutoSuggestControl("text-area"); } ##License ------- This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text. ##References ---------- Word Frequency and Word Length - Peter Norvig - http://norvig.com/mayzner.html AutoComplete barebones - Nicholas A. Zakas - http://oak.cs.ucla.edu/cs144/projects/javascript/suggest1.html
About
Auto complete plugin from dictionary with no external dependencies
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published