Posts from JavaScript

How to replace space with %20 in JavaScript

By Saruque Ahamed Mollick

This tutorial is going to be useful for those who are dealing with URL. Because this tutorial will help you to learn how to replace space with %20 in JavaScript easily. You can rep.... Read More

Get current play time of a video in JavaScript – HTML5 Video

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to get current play time of a video in JavaScript. If you are going to create a video player with core JavaScript and you need to sh.... Read More

Play Selected Part of a Video in javaScript

By Saruque Ahamed Mollick

Almost all of us know what is a preview video. Yes, you can play a preview of a video in JavaScript with this tutorial. You will learn how to play selected part of a video in JavaS.... Read More

How to play selected part of an audio file in JavaScript

By Saruque Ahamed Mollick

In this JavaScript tutorial, we gonna learn how to play a selected portion of an audio in JavaScript. I have posted some useful tutorial to work with HTML5 audio in JavaScript like.... Read More

Get first and last date of current month in JavaScript – Any given month also

By Saruque Ahamed Mollick

This is a JavaScript tutorial where you can learn how to get first and last date of the current month in JavaScript. In many projects, we need to find out the first and last date..... Read More

Create JavaScript Alert Box With Three Buttons

By Saruque Ahamed Mollick

The JavaScript alert box has only one button which is the ok button. Alert box With two buttons ok and cancel is known as Confirmation Dialog Box. In this tutorial, We will lea.... Read More

Happy New Year JavaScript Web Script to Share on Whatsapp with Countdown

By Saruque Ahamed Mollick

Hello friends, In this post, I will provide a Happy New Year Web Script code using PHP and JavaScript. With this Happy new year web source code, you can easily create a cool webpag.... Read More

How to subtract minutes from date in JavaScript

By Saruque Ahamed Mollick

To subtract minutes from date in JavaScript you just need to use setMinutes() and getMinutes() methods. Here we will see how easily we can subtract minutes from a date in JS with a.... Read More

Related Posts