spellCheck(strInput)

The spellCheck function allows you to check the spelling of any variable or property in JavaScript.

Example:

var oSpell = new JavaScriptSpellCheck();
oSpell.spellCheck('Any string or variable you like')

The result is true if the input is spelled correctly.  If the input is not spelled correctly, the result is an Array of ordered spelling suggestions. Read More...

Note: the users web browser must have Ajax compatability for this function to work - otherwise it will return null.