AJAX autocomplete
17-April-2008 | Tags: ajax, autocomplete, css, dwr, html, java, JavaScript, jquery, jsp
Posted in JavaScript, Tips, Web related | No Comments »
Posted in JavaScript, Tips, Web related | No Comments »
Using a nice AJAX auto completable input box is much nicer (for the user) than a combo box with 100 options. If you use jQuery, you may use a quite easy yet powerful plug-in called jquery.autocomplete (original, eh?). Grab it at http://www.pengoworks.com/workshop/jquery/autocomplete.htm.
More »