This class can be used to complete words entered in text inputs using AJAX to retrieve completion words from the a MySQL database table without page reloading.
It generates HTML for a text form input with the necessary Javascript to perform AJAX requests to retrieve suggested words to complete the text that the user types in the text input.
The AJAX request is handled by a script that queries a MySQL database that returns a list of suggested completion words.
The suggested words are displayed in menu that appears below the text input. The user may select a suggested word with a cursor key.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (92.9%) |
Sufficient (75.0%) |
Good (82.1%) |
Sufficient (75.0%) |
- |
- |
Sufficient (69.6%) |
182 |
| Month: |
There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.