Hello is there a programmatically(js) way to learn the results of spellcheck='true'?
E.g. if this textarea
<textarea class="my-textarea" spellcheck="true" ></textarea>
Has orthographically correct content?
Hello is there a programmatically(js) way to learn the results of spellcheck='true'?
E.g. if this textarea
<textarea class="my-textarea" spellcheck="true" ></textarea>
Has orthographically correct content?
There's a plugin for that:
http://www.javascriptspellcheck.com/
"JavaScript SpellCheck" is the industry leading spellchecker plugin for javascript. It allows the developer to easily add and control spellchecking in almost any HTML environment. You can install it in about 5 minutes by copying a folder into your website.
You could also try this jQuery version (although it's not actively maintained at the time of this writing).