I want to include an auto-suggest/auto-complete feature for a couple text input fields in a form. I've tried installing and running a number: a couple based on jQuery, one on Scriptacuolus, and one for MooTools, and all have failed to work (most doing nothing but generating JS notices, one coming up with a list for the first character(s) typed, then doing nothing if you type more characters or change what you typed.
Have any of you found an auto-suggest script that (a) works, (b) does not require a PhD in JavaScript to get it to work, (c) works, (d) is straight-forward to install and well documented, and (e) works?
(I would prefer one that sends the request to the server via POST, as that is easier for me to deal with on the PHP side of things, but I'll deal with GET requests if necessary.)
Thanks.