Rajeeshcv.com

Sharing my knowledge




Spell checker in JavaScript

Posted on: 25 Apr 2008 | Filed under: JavaScript | comments (2)

I was looking for a spell checker in javascript, pure javascript so that I could use it in offline mode. When I googled I could find many spell checkers in javascript, but all of them are using web services to get the dictionary. Those code won't work in offline mode , hope somebody could guide me in finding the spell checker I am looking for.