Posts from JavaScript

How to Scroll To a Specific Position Smoothly Using JavaScript

By Saruque Ahamed Mollick

In this tutorial post, I am going to show you an easy way to scroll to a specific position of a webpage smoothly using JavaScript. So this will be very much useful for those who wa.... Read More

How To Scroll To A Specific Position of A Webpage in JavaScript

By Saruque Ahamed Mollick

Here you are going to learn how to scroll to a specific position in JavaScript. That means I am going to show you how easily you can Scroll to specific position of a webpage using .... Read More

How To Get File Info Before Uploading in JavaScript

By Saruque Ahamed Mollick

It is a very important thing for us to check the file info before uploading it to the server. So, in this tutorial, I will show you how to get file info before uploading in JavaScr.... Read More

Replace a particular string of an element in jQuery

By Faruque Ahamed Mollick

In this post, we are going to learn how we can replace a particular string of an element in jQuery. We are going to understand it with simple and easy jQuery JavaScript code snipp.... Read More

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