Click here to Skip to main content
15,910,123 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
I want a spellchecker which is not a msi,exe,control i want pure coding with jquery or javascript can any one suggest best site
Posted
Updated 24-Nov-11 2:46am
v3

 
Share this answer
 
Have a look at jquery spellchecker, this will handle your client side UI

http://code.google.com/p/jquery-spellchecker/[^]

You could then plug this in to a Controller Action that accesses whatever resource will perform the spell checking and provide the spelling alternatives

That example uses the Google API, but you could access anything you want such as NHunSpell[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900