0

I am new to JavaScript. Can anybody tell me how to create simple text editor with spell check using html JavaScript? if anybody has code please send me.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
sandy
  • 9
  • 1

2 Answers2

1

The easiest solution is to use an existing texteditor with spellchecker like ckEditor.

ZippyV
  • 12,540
  • 3
  • 37
  • 52
1

Here's the easy way to do it without javascript: inline-disabling-of-firefox-spellcheck

And here are some good existing spell checkers: free-spell-checkers-for-html-forms

Community
  • 1
  • 1
Collin O'Connor
  • 1,351
  • 4
  • 19
  • 31