I have a textarea where people enter some text (naturally), and I want to make it so that an AJAX request is made every now and then to get some suggestions regarding what t
If you're interested in jQuery solutions, jQuery Suggest is a good implementation.
No sense reinventing the wheel every time.