JavaScript Tutorial

Creating a Video Custom Controls using HTML, CSS, and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create Video Custom Controls using HTML, CSS, and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for learning the JS Web Video API to control the video element. Here, I will be providing simple web page scripts that demonstrate the creation of custom control of the video element.

Create a Sortable HTML Table using Pure JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create a simple Sortable HTML Table Data Order using only Pure JavaScrtip. This tutorial aims to provide students and beginners with a reference for learning to build an interactive Web application or website component. Here, I will be providing source code that demonstrates the creation of a simple HTML Table with sorting features and functionalities.

How to Change List Value Base on Dropdown in JavaScript

Submitted by razormist on
How to Change List Value Base on Dropdown in JavaScript - A simple JavaScript program that can allow to change your html list base on the dropdown option. This tutorial will show you the simplest way of populating the html list by selecting an option in the dropdown button. JavaScript Free Tutorial.

Creating a Zoom Image Overlay on Hover using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a Zoomed Image Overlay when Hovering over the Image Container using CSS and JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create a useful component for a website or web application. Here, I will be providing a simple web page script that demonstrates the creation of a simple image-zoomed overlay functionality.