Load content on page scroll using AJAX in CodeIgniter 4

Infinite scroll is a type of pagination where data load automatically while the user scrolls the page.

MySQL database data is loaded using AJAX.

The process will continue until all data is not displayed.

In this tutorial, I show how you can load content on page scroll using jQuery AJAX in CodeIgniter 4.

Load content on page scroll using AJAX in CodeIgniter 4

Read more

How to make Autocomplete search using jQuery UI in Laravel

Autocomplete search enhances website user experience by predicting and completing search queries as the user types. Users can quickly find what they looking for without having to type out their entire query.

jQuery UI has different types of widgets available, and one of them is autocomplete. Data is loaded according to the input after initializing autocomplete on a textbox. User can select an option from the suggestion list.

In this tutorial, I show how you can make autocomplete search using jQuery UI and load its data using AJAX in Laravel 9.

How to make Autocomplete search using jQuery UI in Laravel

Read more