In this post, I am going to show you a very easy and effective method to create HTML5 Video volume controller in JavaScript with a slider. Using this JavaScript code you can contro.... Read More
This post is not like the other posts of this site. Today I am here to give you something cool. I hope you all going to like it. Diwali is a very famous festival and I am here to give you a JavaScript Happy Diwali source code. So This post is all about how I […] Read More
In this post, I will show you how to close popup window in JavaScript after few seconds automatically. In some cases, it has been found that we need to close the popup window autom.... Read More
In this post, we are going to see how to detect if particular word typed in textarea in JavaScript. Often one may need to prevent textarea from some forbidden word in the project..... Read More
Hello, here I am going to show you how to get height and width of HTML element in JavaScript in many ways. All of us are familiar with what is a height and what is a width. So in t.... Read More
In this post, I am going to show you an easy and effective way to hide cursor in JavaScript as well as in CSS. This lesson will help you to understand the following things: How to .... Read More
Lots of us know that anyone can get the embed code from YouTube for a video. This code is nothing but simple HTML iframe tag having the YouTube video path in the src attribute. All.... Read More
In this tutorial, I am going to show you how to create a countdown in JavaScript with progress bar. Here we gonna create a Progress bar with a defined max value and starting value .... Read More