A jQuery Spellchecker plugin. This is a complete rewrite of the initial spellchecker plugin I wrote, making it easier to integrate, easier to create new engines, and easier to use!
I use the excellent findAndReplaceDOMText library for HTML parsing, enabling the plugin to do better find and replace actions, even with string matches that span across element nodes. This makes it perfect to use in any WYSIWYG editor.
Please Note - This is an alpha release while I continue to add new features and fix bugs. I don't suggest using this code in any production environment, yet.
Please post any issue you find in the issue tracker. I gladly accept pull requests too!
- View the contribute documentation to learn how to contribute to the project.
Licensed under the MIT license.