In this tutorial, I will show you how to create a dark and light mode website using jQuery. As you can see many website and mobile applications are provided a light theme as well as a dark theme to the user, It is useful for websites that hav...
jQuery CSS HTML BootstrapIn this example we will see how to create crud operation step by step and this laravel 8 crud application tutorial for beginners. Laravel 8 already offically released and laravel 9 is upcoming but today I will show you how to create CRUD oper...
Laravel PHP jQuery MySQL CSS HTML BootstrapIn this tutorial I will show you how to validate password and confirm password using jquery. Validation is basic and important feature for authenticate user. So, here I will give you example about password and confirm password valid...
PHP jQuery HTMLIn this example I will give you example of autotab to next input field jquery or move cursor to next input jquery when maxlength is reached, some time we have requirement to restrict user to add more character than set limit at that...
PHP jQuery HTMLIn this tutorial crop image before upload using croppie plugin, some time we need to crop image due to large size before upload in server. Here i will give you example of how to crop image before uploading in server or jquery crop and resize...
Laravel PHP jQuery HTMLToday we will see how to create CRUD Operation In PHP,if you are new developer or fresher in web developing then crud operations in php using mysql example help you to learn how to create login-logout with insert update delete recor...
PHP MySQL HTMLIn this tutorial I will explain to you character count in textarea or how to count characters from textarea in php. many time client's have requirments like they have to add some number of character in specific field and after that user c...
Laravel PHP jQuery HTMLIn this example I will teach you how to generate PDF file from HTML view in laravel. We will learn how to generate PDF from HTML using the DomPDF library. and also we create generate PDF using database records.
For generating PDF fi...
Laravel PHP HTMLToday we will see how to generate QR Code In laravel. Now a day many websites and mobile applications are provide features like login with qrcode, scan qrcode and get more information about products and websites etc using QR Code. In thi...
Laravel PHP CSS HTML BootstrapIn this example I will show you how to delete multiple records using checkbox in laravel or delete multiple rows in laravel using jquery.
Many times we have multiple record in database and whenever we want to delete records it is time co...
Laravel PHP jQuery MySQL HTML