Skip to content

martintaleski/spellcheckAutocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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 example.html file

About

provides a spellcheck functionality for jQuery UI Autocomplete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published