Select2 jQuery plugin which makes the HTML select element more user-friendly.
It allows loading data with and without AJAX.
In this tutorial, I show how you can dynamically load data from PostgreSQL database in select2 using jQuery AJAX and PHP.
Our jQuery tutorials are up to date and well explained step-by-step using live examples so you can learn jQuery fast and you can download scripts.
When working with a database then retrieving data from the database is one of the basic requirements.
With the use of AJAX, you can fetch records without reloading the page.
In this tutorial, I show how you can fetch records from PostgreSQL using jQuery AJAX and PHP.
File uploads are a common requirement for many web applications in web development. Uploading files using the old-fashioned way takes time and causes the page to refresh, disrupting the user experience. jQuery AJAX makes it easy to upload files without having to refresh the page.
Require to send CSRF token with AJAX request to upload the file in Laravel.
In this tutorial, I show how you can upload a file using jQuery AJAX with Validation and display preview in Laravel 10.
Pagination is a widely used method to enhance user experience when displaying large amounts of data on a web page.
With the use of DataTables jQuery plugin you can easily implement pagination in your CodeIgniter 4 project. It adds different features along with pagination like – sorting, searching, and changing the number of rows view per page.
It allows adding pagination with and without AJAX.
In this tutorial, I show how you can implement DataTables AJAX pagination with search and sort in the CodeIgniter 4 project. I am using CSRF token in the example, if you don’t know how to enable it then you can view this tutorial.
© 2016-2024 Makitweb, All rights reserved