This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
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+.