Skip to content

samror/spellcheckAutocomplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

spellcheckAutocomplete

Provides a spellcheck functionality for jQuery UI Autocomplete

Dependancies:

jQuery and jQuery UI (autocomplete) must be loaded.

##Usage:

$('.jquery-selector').spellcheckAutocomplete();

##Available options:

threshold: a float value from 0 to 1, representing the levenshtein ratio threshold, above which entries are considered matches. Defaults to 0.9.

Example

See the examle.html file

About

provides a spellcheck functionality for jQuery UI Autocomplete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.2%
  • HTML 23.8%