Auto Complete PHP

Overview

Description

If you want to add a feature in your application that whenever your type values in text field, suggested values will automatically populate in the list, then this plugin is for you. You have follow simple step to add this feature, details description is given in the documentation (attached in package).

Features

  • One single JavaScript function which automatically apply settings.
  • Search/Display values of multiple columns of database table.
  • ‘See more’ functionality. Load only limited records. Less effect on performance.
  • Easy to apply function which call on selection.
  • Easily adjust into your site.
  • Fully responsive.
  • Easy to customize. Only one PHP file.
  • Easy to add multiple auto complete field on a single page.

Included

  • Full source file.
  • Documentation.
  • Examples.

Instructions

You have to include one JavaScript file in the head tag of html, a PHP file into your source code, then through a single JavaScript function you can add AutoComplete functionality on any text field.

Related