Introduction to JavaScript Spell Check

Javascript Spell Check is a complete spell checking solution for JavaScript and Ajax. It has  3 main features:

Use 1: The Spell Check Window

The JavaScript API allows you to automatically add Microsoft Word style spell-checking to any HTML form field, string, HTML Element or iFrame.

This feature can be called using only a few lines of JavaScript.

The spell checker dialog supports custom user dictionaries , grammar checking , and international support for over 10 languages ; making this possibly the richest online spellchecking component available.

Find out more...





Use 2: AJAX Spell Check

Ajax (Asynchronous JavaScript And XML), is a Web development technique for creating highly interactive web applications using JavaScript.

The Ajax spell-checker allows you to spell check individual words or entire forms at any time.  It even provides ranked spelling suggestions.

Find out more...



Use 3: Spell Check Function

Our new JavaScript spell-checking function allows you to spellcheck words and retrieve suggestions directly in JavaScript. This is an inline function that can be integrated in to your  javascript function or application.

JavaScriptSpellCheck.spellCheck('Any String') 

This function returns true if spelling is correct. If the input is spelled incorrectly, an ordered array of spelling suggestions is returned.

Find out more...