I would like to create a search-form so that after 2 or 3 typed characters the application starts making suggestions.
Should I use “jQuery UI Autocomplete” ([https://jqueryui.com/autocomplete/])
or rather “AJAX for CakePHP” ([https://github.com/dereuromark/cakephp-ajax])?
Or is there another possibility?
Please tell me what to prefer and why.
well, I have implement in jQuery ajax in search as key change in search box. If you want any plugin you can use it. ready-made plugin are also useful less implementation just install used it.