Author: | MichaelWehar |
---|---|
Views Total: | 3,766 views |
Official Page: | Go to website |
Last Update: | December 2, 2018 |
License: | MIT |
Preview:

Description:
A full-free and client-side spell checker that automatically checks the text spelling when typing.
Also provides a Recommended Words list that displays the suggested words when you typed misspelled text.
How to use it:
Load the core JavaScript file spellchecker.js
in the html document.
<script src="spellchecker.js"></script>
Load the Word List in the document.
<script src="english_word_list.js"></script>
Set the valid word list.
set_valid_word_list(english_word_list);
Changelog:
12/02/2018
- Bugfix