Posts from JavaScript

HTML5 Video Volume Controller in JavaScript with Slider

By Saruque Ahamed Mollick

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

Get  Happy Diwali JavaScript Diwali Wishing Source Code with Demo

Get Happy Diwali JavaScript Diwali Wishing Source Code with Demo

By Saruque Ahamed Mollick | September 16, 2018

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

How To Close Popup Window Automatically After Few Seconds in JavaScript

By Saruque Ahamed Mollick

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

Detect if particular word typed in textarea in JavaScript

By Faruque Ahamed Mollick

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

How To Get Height and Width of HTML Element in JavaScript

By Saruque Ahamed Mollick

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

How to Hide Cursor In JavaScript or CSS very Easily

By Saruque Ahamed Mollick

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

Change YouTube embed iframe video in JavaScript

By Faruque Ahamed Mollick

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

How to Create A Countdown Timer with Progress Bar in JavaScript

By Saruque Ahamed Mollick

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