Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Releases: iranianpep/ajax-live-search

Stable version - Version 3.1

29 Sep 12:28
Compare
Choose a tag to compare
  • Enhanced data validation

Stable version - Version 3

11 Sep 14:23
Compare
Choose a tag to compare
  • 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+.

Stable version - Version 2.1.7

14 Jun 22:57
Compare
Choose a tag to compare
  • Fixed max_input typo in index.php

Stable version - Version 2.1.6

07 May 17:14
Compare
Choose a tag to compare
  • Enhanced security and error management
  • Fixed spelling in the code

Stable version - Version 2.1.5

27 Mar 01:53
Compare
Choose a tag to compare
  • Created separated functions to generate result html
  • Added column css class to php config for styling

Stable version - Version 2.1.4

06 Mar 04:44
Compare
Choose a tag to compare
  • Added minimum characters length to start searching
  • Removed place holder option, so it can be easily specified in the input field

Stable version - Version 2.1.3

18 Jan 20:34
Compare
Choose a tag to compare
  • A new custom trigger: ajaxlivesearch:search
  • A new custom event: onAjaxComplete
  • A new Ajax request cache config

Stable version - Version 2.1.2

04 Jan 11:28
Compare
Choose a tag to compare
  • Added onResultEnter event

Stable version - Version 2.1.1

28 Nov 01:25
Compare
Choose a tag to compare
Update README.md

added maxInputLength

Stable version - Version 2.1

28 Nov 00:52
Compare
Choose a tag to compare
  • Standard jQuery plugin