Tag: javascript (Page 1 of 13)

How to use localstorage in Javascript

Last updated on August 29th, 2024 at 11:49 amClient side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving data to the browser and retrieve it instead of using cookies or may be session(depending on use-cases). […]

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. […]

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