This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
Releases: iranianpep/ajax-live-search
Releases · iranianpep/ajax-live-search
Stable version - Version 3.1
- Enhanced data validation
Stable version - Version 3
- 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
- Fixed max_input typo in index.php
Stable version - Version 2.1.6
- Enhanced security and error management
- Fixed spelling in the code
Stable version - Version 2.1.5
- Created separated functions to generate result html
- Added column css class to php config for styling
Stable version - Version 2.1.4
- 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
- A new custom trigger: ajaxlivesearch:search
- A new custom event: onAjaxComplete
- A new Ajax request cache config
Stable version - Version 2.1.2
- Added onResultEnter event
Stable version - Version 2.1.1
Update README.md added maxInputLength
Stable version - Version 2.1
- Standard jQuery plugin