How to create Spell checker in javascript? Any logic
![]() |
How to create Spell checker in javascript? Any logic
You probably don't have to create one yourself. I'd check out plugins written for your favorite JS library. I'm partial to mootools, so one of my favorites is:
http://mootools.net/forge/p/request_spellcheck
It's simple, you don't need to host any dictionaries on your site (uses google), and it's decently fast.
All times are GMT -7. The time now is 12:48 AM. |