Category: JavaScripts (Page 1 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

How to create custom right click menu using Javascript

Last updated on November 28th, 2022 at 07:16 pmIn this tutorial you will see how to add a custom / context menu to your web page using javascript. Let us get started. There are mainly 2 files they are menu.CSS and menu.JS . Right click menu is enabled only on DIV section that we specify. […]

How to Create Splash Screen Using jQuery (With Code Example)

Last updated on May 29th, 2025 at 12:13 pmA splash screen is a common UI element that appears briefly before the main content of a web page loads. It’s often used to create a visual cue for users during page load or when launching an app-like experience on the web. In this tutorial, you’ll learn […]

Javascript calculator with memory

Last updated on December 27th, 2022 at 03:54 pmEven if this is an advance calculator for performing arithmetic operations all the javascript code i have used here is simple and easy to understand. Also Refer To Calculator With Basic Operations. This calculator has a memory function in which all your calculations are saved with unlimited […]

« Older posts