It’s very interesting to change the styles of website dynamically. In many websites, users are enabled to change background color of website dynamically. So in this tutorial you will learn how to change background color of website dynamically using Bootstrap Color Picker and save into MySQL database table using PHP. In this tutorial, we have […]
JQuery
Here you will find useful jQuery tips, tutorials and plugins.
DataTable Pagination using PHP & MySQL
In a series of jQuery Datatable tutorial, you have leanred about Datatable server side processing using PHP and how to load jQuery Datatable and refresh jQuery Datatable data. So here in this tutorial, you will learn how create jQuery Datatable pagination using PHP and MySQL. The tutorial is explained in very easy steps with live […]
Drag and Drop File Upload using jQuery and PHP
File upload is a common functionality that’s needed to implement in most of web projects. Mostly we need to implement file uploading functionality by browsing file directory through click. But sometimes it is required to also handle file upload by drag and drop. So if you’re looking for tutorial to implement drag and drop multiple […]
Check User Availability with PHP and jQuery
Checking username or email availability before form submission is a popular feature. In this tutorial, we have implemented username availability check functionality using PHP, MySQL and jQuery AJAX.
Create Simple Pagination with PHP, MySQL and jQuery
Pagination is an important part of any web project where huge numbers of records are listed from the database. In our previous tutorial, you have learned how to implement Create Advance Pagination with PHP and MySQL, in this tutorial we will show you a simple way to implement pagination with Bootstrap, PHP, MySQL and jQuery.