AutoSuggest for MooTools Code
Brought to you by:
matt20102
File | Date | Author | Commit |
---|---|---|---|
README | 2009-08-27 | matt20102 | [r4] Added fixes for version 0.9.2 |
autoSuggest.css | 2009-08-10 | matt20102 | [r1] Initial File Addition |
autoSuggest.js | 2009-08-27 | matt20102 | [r6] made fix to item selection on 'enter' to preven... |
autoSuggest_0.9.0.zip | 2009-08-27 | matt20102 | [r5] added historical packaged releases to source co... |
autoSuggest_0.9.1.zip | 2009-08-27 | matt20102 | [r5] added historical packaged releases to source co... |
autoSuggest_0.9.2.zip | 2009-08-27 | matt20102 | [r5] added historical packaged releases to source co... |
autoSuggest_0.9.3.zip | 2009-08-27 | matt20102 | [r8] re-ordered some code segments; no major changes... |
suggestionServer.php | 2009-08-10 | matt20102 | [r1] Initial File Addition |
* http://www.theWittyRejoinder.com/autoSuggest.php * version 0.9.1 * * license MIT-style license http://www.opensource.org/licenses/mit-license.php * author Matthew (matthew at theWittyRejoinder.com) AutoSuggest for MooTools provides a simple AJAX JavaScript Auto-Suggest framework for use with MooTools 1.2+ What makes this framework different from the others is that it is built from the ground-up to work with key-value pairs, not just strings. RELEASE NOTES: This framework relies on the MooTools JavaScript framework. No knowledge of MooTools is required to use this framework but you must download the current framework from: http://mootools.net/download. A copy of the JSON parser is also required; this parser can be downloaded from: http://www.json.org/json2.js CHANGES: Version 0.9.2 (29 August 2009) * Added support for item selection with 'enter' key Version 0.9.1 (28 August 2009) * Added explicit support for 'tabbing'; the auto-suggest now supports familiar form tabbing action. * Fixed bug which prevented removal of list when user clicks away (pseudo-blur) * Added support to allow a re-query when user re-clicks into the display input * Added support to allow a re-query when vertical arrow keys are pressed and display is not currently shown INSTALLATION: Add the release files to the appropriate directories of your web application. EXAMPLES: Detailed usage examples can be found at: http://www.thewittyrejoinder.com/autoSuggest.php Enjoy!