Skip to content

cv-library/jquery-spellchecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Spellchecker

The jQuery Spellchecker is a free Javascript spellchecker in the form of a lightweight jQuery plugin that can be used to check the spelling of text within a form field or within a DOM tree.

Note: This is a friendly fork of jquery-spellchecker, because the original was marked unmaintained. The PHP webservice has been removed from the source tree, with a view to making the JS code more reusable (see 'Requirements' below).

Features

  • Unicode support (works with most languages)
  • HTML parsing (for using the spellchecker within WSYIWYG editors)
  • Text parsing (for using the spellchecker on form fields)
  • Multiple fields
  • Friendly API
  • Event based
  • MIT licensed

Browser support

The plugin has been tested and works with the following browsers:

  • IE6+ and latest Chrome, Firefox, Safari and Opera

Requirements

Volunteers to find a good place to host the PHP implementation are welcome.

Documentation

Examples

You can find simple usage examples in the downloadable package.

Issues

Testing is much appreciated. Please post any issue you find in the issue tracker.

Contributing

Thanks

This project would not be possible without the findAndReplaceDOMText function written by James Padolsey.

Thanks to Richard Willis who originally wrote and maintained this plugin.

License

Licensed under the MIT license.

About

A lightweight jQuery plugin that can check the spelling of text within a form field or DOM tree.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 47.9%
  • JavaScript 46.5%
  • CSS 5.6%