AJAX Suggestions

What is AJAX Suggestions?

AJAX Suggestions is pretty much what you might have seen with Google Suggest. The basic idea is, through AJAX, to give the user an immediate response to what they're typing and displaying the search results their input would generate. AJAX Suggestions is an unobtrusive JavaScript to add that progressive enhancement to your web page, by the usage of two CSS class names to the desired input elements.

It could also be used, for instance, in an online e-mail application where you would want to check a name in a global address book and return the related matches, with the possibility to then adding them to the field element.

AJAX Suggestions is available either as stand-alone, or in conjunction with the DOMAssistant library.

Try out the demo to see AJAX Suggestions in action.

Copyright

AJAX Suggestions is released under a Creative Commons Deed license. Basically, it means that it's free to use and improve, and that the JavaScript files keep their reference to its creator. Like this:


/*
	AJAX Suggestions is developed by Robert Nyman, http://www.robertnyman.com, and it is released according to the
	Creative Commons Deed license (http://creativecommons.org/licenses/GPL/2.0/)
	For more information, please see http://www.robertnyman.com/ajax-suggestions
*/