Friday 27 February 2009

Spell as you Type 1.0 plug-in released

Today I released the Spell as you Type jQuery plug-in. It provides inline (red wavy) spell checking and correction options to Internet Explorer users - functionality that is built into every other browser.
Jquery: http://plugins.jquery.com/project/spellayt
To use, simply call the spellayt function in jQuery
$(document).ready(function() {
$('#txtTextarea').spellayt();
})
The plug-in works fully on the client side. For more information, view my series on building this plug-in:

No comments: