Download the PHP package badsyntax/jquery-spellchecker without Composer
On this page you can find all versions of the php package badsyntax/jquery-spellchecker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download badsyntax/jquery-spellchecker
More information about badsyntax/jquery-spellchecker
Files in badsyntax/jquery-spellchecker
Package jquery-spellchecker
Short Description A jQuery Spellchecker plugin
License MIT
Informations about the package jquery-spellchecker
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. This is a complete rewrite of the initial spellchecker plugin I wrote.
The current version of the plugin is v0.3.1.
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
- Multiple PHP back-end drivers (Enchant, PSpell, Google)
- Friendly API
- Event based
- MIT licensed
- Actively developed
Browser support
The plugin has been tested and works with the following browsers:
- IE6+ and latest Chrome, Firefox, Safari and Opera
Requirements
- jQuery 1.*
- findAndReplaceDOMText 0.4+
- PHP5.3+ to use the default webservice
- Composer (PHP dependency management)
Download
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
- View the contribute documentation to learn how to contribute to the project.
Thanks
This project would not be possible without the findAndReplaceDOMText function written by James Padolsey.
License
Licensed under the MIT license.