Category: JavaScripts (Page 1 of 14)

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

How to detect adblock using javascript

Last updated on November 18th, 2022 at 06:24 pmThis is a very simple script and we are not using any jquery or complex coding here. There are lot of AdBlock extensions / add-ons available in major browsers like Mozilla Firefox & Chrome. They can detect ads on a website and block them. We can use […]

« Older posts