How To Create Signature Pad Using jQuery Plugin

How-To-Create-Signature-Pad-Using-jQuery-Plugin

Inside this article we will see a very interesting topic i.e How to create a signature pad using jquery plugin. Signature Pad – HTML5 canvas based smooth signature drawing using variable width spline interpolation. This tutorial will give you a idea to integrate a signature pad into your application. Learn More – How … Read more

How to Clear Form Data Using jQuery

How-to-Clear-Form-Data-Using-jQuery

There are several ways to reset form data using javascript and jquery. Inside this article we will see few methods using jquery where we will reset or clear form data in a very easy way. This tutorial is going to give you a concept i.e How to clear form data using jQuery. We … Read more

How To Generate QR Code Using Javascript

How-To-Generate-QR-Code-Using-Javascript

Inside this article we will see How to generate QR code using Javascript or jQuery. This article is super easy to understand as well as to implement in your code. We will generate QR code without any kind of package or plugin instead we will create QR code using an API. By using … Read more

Toastr jQuery Notification Plugin to Laravel 8

Toastr plugin notification implementation to laravel 8

While doing any operation in any application we want some confirmation alerts like for success, warning, error. Why we need these ? It’s because it gives a more readable power to end users to understand what’s happening. Inside this article we will implement or add toastr jquery notification plugin to laravel 8 application. … Read more