In this article, we will see how to generate QR code using javascript. we will implement a QR code generator without any kind of package or plugins. we are creating QR code using API. Using AP...
PHP jQueryIn this tutorial, We will see jQuery image magnifier on mouse hover. using an image magnifier you can enlarge the image on mouse hover. Using jquery you can image zoom on mouse hover. Als...
jQuery CSS BootstrapIn this tutorial, we will see a change in text color based on background color using javascript. sometimes we have requirments to change text or font color dependent on background color and at...
PHP jQuery CSS HTMLIn this example, we will see how to create a list and grid view using javascript. many times clients have requirements like a toggle between list and grid view. So, for list view and grid view in H...
jQuery CSS HTML BootstrapIn this tutorial, I will show you how to toggle between dark and light mode using jquery. As per the current trend of web development in many websites provides to the user for reading select t...
PHP jQuery CSS BootstrapIn 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 the...
jQuery CSS HTML BootstrapIn this tutorial, we will see laravel 8 generate pdf using dompdf. For generating pdf files we will use the laravel-dompdf package. It creates a pdf file and also provides download f...
Laravel PHP jQueryIn 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 exam...
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...
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 c...
PHP MySQL HTML