PDA

View Full Version : Spell checker in javascript


temp_san1
Sep 6, 2007, 11:41 PM
How to create Spell checker in javascript? Any logic

objectundefined
Jul 1, 2010, 11:34 PM
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.