Tag Archives: Auto Complete

Add Auto-Complete feature to your inputbox using jQuery

Autocomplete an input field to enable users quickly finding and selecting some value, leveraging searching and filtering. By giving an autocompleted field focus or entering something into it, the plugin starts searching for matching entries and displays a list of … Continue reading

Apple.com style search suggestion using jQuery

Create a fancy apple.com-style search suggestion using jQuery/CSS/PHP. This example makes use of several techniques: MySQL (for the database), HTML/CSS for styling, PHP for retrieving the data and jQuery for the AJAX request. Resource: Sample | Tutorial

Autocompleter Script – MooTools Plugin

This AutoCompleter script for MooTools provides the functionality for text suggestion and completion. It features different data-sources (local, JSON or XML), a variety of user interactions, custom formatting, multiple selection, animations and much more. Resource: Sample | Tutorial

FCBKcomplete – jQuery Plugin

Fancy facebook-like dynamic inputs with auto complete & pre added values. Resource: Sample | Tutorial