JavaScript PHP Spell Checker: jQuery SpellChecker
SpellChecker is a jQuery plugin used to check the spelling of a HTML element. The plugin comes with an example PHP script that supports two type of spell checking engines:
- PHP’s Pspell extension for aspell
- Google’s spell checking services
If you are able to use Pspell, you will have greater control over your dictionary (with the ability to manage your dictionary words).
This Spell Checker plugin has 2 default behaviors:
- If bound to a HTML element that is not a textarea, the plugin will highlight the incorrectly spelled words. Clicking on the words will bring up the suggest box.
- If bound to a textarea element, the plugin will add the incorrectly spelled words after the textarea. Clicking on the words will bring up the suggest box.
Recent Comments