JavaScript Tutorial

Detecting Keyboard Pressed Key and Code using JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to Detect the Pressed Key and Code of the Keyboard using JavaScript. The tutorial aims to provide students and new programmers with a reference for learning some useful techniques that might help them to achieve the requirements of their current or future projects. Here, I will be providing simple web page scripts that demonstrate the main goal of this tutorial.

How to Randomize your Content Order using jQuery in JavaScript

Submitted by razormist on
How to Randomize your Content Order using jQuery in JavaScript - A simple JavaScript program that use jQuery plugin to display a random order of content. This tutorial will show you how to implement jQuery plugin to randomize the order of your content. JavaScript Free Tutorial.

Creating an Input Password Visibility Toggle (Show/Hide) using CSS and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn to create an Input Password Visibility Toggle (show/hide) using CSS and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for learning to create some useful components such as the password visibility toggle for websites or web applications. Here, I will be providing a simple web page script that I created that demonstrates the creation of an Input Password Visibility Toggle.

How to Restrict Password Length Requirement in JavaScript

Submitted by razormist on
How to Restrict Password Length Requirement in JavaScript - A simple JavaScript program that can restrict the length of the entered password in the login form. This tutorial will show you the simplest way to restrict the password length for your user login. JavaScript Free Tutorial.

How to Populate Textarea using Drag and Drop in JavaScript

Submitted by razormist on
How to Populate Textarea using Drag and Drop in JavaScript - A simple JavaScript program that use the drag and drop feature to populate the html textarea. This tutorial will show you how to integrate the drag and drop function to a certain event that involve of transferring of data. JavaScript Free Tutorial.