brandonaaron / jquery-spellcheck

A jQuery plugin that adds spellcheck support to inputs using the Google spell checker API.
http://plugins.jquery.com/project/spellcheck
MIT License
89 stars 23 forks source link

jQuery Spellcheck Plugin

A jQuery plugin that adds spellcheck support to inputs. It uses Google's spell checking API and requires a server to handle the communication with the API. An example php implementation is provided.

It has several configurable options.

If there are spelling errors it outputs them to a div with the ID "spellcheckresults" appended to the body and positioned directly under the input. Within this div it creates a definition list (<dl>) with the misspelled word as the title (<dt>) and each suggestion as the definition (<dd>).

License

The spellcheck plugin is licensed under the MIT License (LICENSE.txt).

Copyright (c) 2010 Brandon Aaron