Ajax Live Search Versions Save

AJAX Live Search is a PHP search form that similar to Google Autocomplete feature displays the result as you type.

v3.1

7 years ago
  • Enhanced data validation

v3

7 years ago
  • Whole new code structure which brings better and efficient performance. This includes replacing static functions with non-static functions, changing AJAX processor to a class, etc.
  • Added templates to separate logic from view and ability to switch between templates
  • Enhanced security to prevent CSRF attack before checking any inputs
  • Ability to pass data to server using HTML 'data' attributes
  • Including the search field that triggers the events in data argument

Please note the new version requires PHP 5.4+.

v2.1.7

7 years ago
  • Fixed max_input typo in index.php

v2.1.6

8 years ago
  • Enhanced security and error management
  • Fixed spelling in the code

v2.1.5

8 years ago
  • Created separated functions to generate result html
  • Added column css class to php config for styling

v2.1.4

8 years ago
  • Added minimum characters length to start searching
  • Removed place holder option, so it can be easily specified in the input field

v2.1.3

8 years ago
  • A new custom trigger: ajaxlivesearch:search
  • A new custom event: onAjaxComplete
  • A new Ajax request cache config

2.1.2

8 years ago
  • Added onResultEnter event

v2.1.1

8 years ago

v2.1

8 years ago
  • Standard jQuery plugin