Category: JavaScripts (Page 5 of 13)

Explore JavaScript tutorials that cover everything from basics to advanced techniques. This category includes guides on DOM manipulation, event handling, APIs, asynchronous programming, and tips for building interactive and dynamic web applic

Animated Santa Claus Using Javascript This Christmas

Last updated on October 22nd, 2024 at 07:35 amA very interesting script for all my visitors and a Christmas gift from MistoOnline. An animated Santa Claus that dance along your web page. This is very simple script, no complex code added. All you have to do is copy paste the below HTML & JS code […]

How to create a calculator using JavaScript

Last updated on March 12th, 2023 at 08:04 amHere we are going to create a stylish Calculator using simple JavaScript functions which performs basic arithmetic operations like Addition, Subtraction, Division, Multiplication and Percentage(bonus). We are using CSS to give it a beautiful look and feel. Structure Calculator In this step we will write some basic […]

How to create real Time Date clock Using Javascript

Last updated on December 21st, 2022 at 08:51 amIn this tutorial we are going to see how to show a real time and date clock using Javascript. Let us first create a function named todays_date_time(), the parameter we are passing to this function is the id of any HTML element. For this example I am […]

How to calculate page load time using javascript

Last updated on February 11th, 2022 at 02:37 pmMeasuring web page load time has become very easy with the use of simple Javascript. Display time in milliseconds or seconds. Looking at the script one can see that there is a variable with the name startime where the current time gets loaded. Please take a look […]

« Older posts Newer posts »