Javascript Whatsapp Group Link

Here friends, here I am share some Javascript Whatsapp Group Link. You can ask your doubts by messaging in some of these groups and can also answer the questions of others. HTML/CSS JavaScript CLASS Join Group Nothing but Javascript Join Group Programmers World Join Group Javascript Hub Join Group Just Javascript Join Group Javascript Developers … Read more

Copy Current URL to Clipboard Jquery

In this post I a simple Jquery code to copy the current URL to the clipboard. Here I make a simple button. Button JQuery code You can create a temporary DOM element to hold the URL.

How to save base64 image to a public folder in Laravel

Hello, friends in this blog we learn how to store or save base64 images in the public folder. Friends this most common task when we working with API. An app developer provides us image in base64 and asks for the public path. So let’s go. First We need to convert an image to base64 for … Read more

How to Create a Countdown Clock with days, Hours, Minutes, and Seconds

countdown timer in javascript

In this blog post, I shared a simple Javascript code of Countdown Clock with day, Hours, Minutes, and Seconds. Which is often used for an offer or for a birthday countdown. So lets start index.html script.js You can change time in line number 7 let offer= “Sep 05, 2021 00:00:00”, style.css After finish countdown

Clear Input Field on Click in Javascript

In this blog, we learn how to clear the input and a form on click in javascript. Often when the user realizes that he has filled the form wrong or has entered the wrong input box, then there is a need to reset the form. In such a situation, with the help of javascript, we … Read more

Create Layout Components in Next JS

In this blog post, we will learn to create a layout in the next js. Basically, the layout is an essential part of any application. Creating any application without a layout is a difficult task. We need pages like the navbar and footer which are on every page of the application.Without layout, we have to … Read more