Hello dev, Today we are going to learn How to Check and Uncheck checkboxes using JQuery. This tutorial will cover on how to check and uncheck checkbox using jQuery. Sometimes we need to Select and Deselect all checkboxes like you see on Gmail if you check top checkbox then automatically select other all. So, we can do using jQuery and […]
Tag: Jquery
Laravel Load More Data on Scroll with jQuery and Ajax
Today we are going to learn Laravel Load More Data on Scroll with jQuery and Ajax. You may notice while using Facebook and Twitter the timeline data or posts loads more data when reach at the end of page. This way, server doesn’t need to load all data in single view and provide smooth user experience. We are going to […]
Drag & Drop Reorder Images in PHP (2022)
In this tutorial we are going to learn how to drag & drop reorder images in PHP. Drag and Drop feature is very useful and user friendly for your visitors. This helps your visitor’s to arrange the images to there desire order. We are using JQuery and JQuery UI by using this its become easy to implement. The jQuery UI […]
Autocomplete Search using jQuery UI in Laravel 9
What are autocomplete and predictive search? Autocomplete is a search feature where the search box predicts the user’s query and provides suggestions as the user types. The user can select any of the autocomplete suggestions and be taken to results without having to manually type every character. In this tutorial, We are going to learn How to create Autocomplete Search using […]
Fetch records from MySQL with jQuery AJAX – Laravel 9
Today We are going to learn how to fetch records from Mysql with jquery ajax in latest laravel 9. Jquery Ajax is an excellent choice for use with MySQL because it allows you to retrieve records without having to reload the entire page. In the model, handle AJAX requests from the controller and database manipulation. Also Read : How to […]