In this tutorial, we will be discussing how to play a video on hover using JavaScript. We will be playing and pausing the video whenever the mouse hovers on the video and pausing t.... Read More
In this tutorial, we will discuss how to get string values in JavaScript. Today, we’ll learn several efficient solutions to get query string values in JavaScript. 1. How to g.... Read More
In this tutorial, we will learn how to take user input in HTML form and store it in a JavaScript variable. And then, we can do whatever we want to do with it like mathematical oper.... Read More
In this tutorial, we will discuss How to Check if an element is hidden or not in jQuery. Check if an element is hidden or not in jQuery Let’s see an Example To hide any HTML elem.... Read More
jQuery UI is a great plugin that is built upon the popular jQuery JavaScript library. Using jQuery UI, we can easily create a draggable element for the web page. Just like creating.... Read More
In this tutorial, we will learn how to change the opacity while scrolling using CSS. You must have seen ads on various websites that disappear as soon as you scroll down. So let.... Read More
I have noticed that a lot of high-end websites sometimes have particles floating around on their background. This intrigued me and I wanted to know more about this. That is when I .... Read More
We all know that we can show an image on a web page using the HTML <img> tag just like you can see below: <img src="path/image1.jpg" alt="image"> Now I will show you ho.... Read More