Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 452 Bytes

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