Ajax Spell Checker

I need a simple web based (ajax) spell check type script.
I have a database of improper words in one field the correct word in a corresponding field.

Script that would allow users to:
– enter text into text area
– hit button to scan text
– script would highlight/underline words that are in database showing as incorrect
– user could mouseover the underlined word to launch modal that showed correct word
– clicking correct word in modal would replace original word with correct word

Leave a Reply

Your email address will not be published. Required fields are marked *