jquery textarea editors with spell check
I need a jquery textarea editors with spell check . any editors ? or any any spell check plugins开发者_StackOverflow社区 which does inline spell check, while typing itself.?
CKEditor has an interface to spellChecker.net. There's a demo here.
It's not jQuery based but works fine with it.
or any any spell check plugins which does inline spell check, while typing itself.?
Have a look at:
- jQuery Spell Check Plugin
Here's a new one with good jQuery integration. It has a full jQuery dialog, with undo functions, etc.
http://plugins.jquery.com/project/jspeller
Though an old question yet http://www.javascriptspellcheck.com looks promising.
Edited
Here is the link which has a demo of inline spell check as we type http://www.javascriptspellcheck.com/JavaScript_Spell_As_You_Type_Demo
精彩评论