JavaScript Tutorial

Disabling Copy, Cut, Paste, and Context Menu using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to disable the Copy, Cut, Paste, and ContextMenu functionality of a web application using jQuery Library. The main purpose of this tutorial is to provide the IT/CS students and new programmers with a reference to learn about using some built-in event listeners of a document using jQuery (JS Library). Here, snippets of how to disable the said events are provided and a simple working application source code that demonstrates the objective of this tutorial is provided and is free to download.

How to Change your Background Image Dynamically in JavaScript

Submitted by razormist on
How to Change your Background Image Dynamically in JavaScript - A very simple JavaScript Application that can dynamically change your images. This tutorial will give you the basic way of how you can change your background images without pre-coding it one by one in your script. JavaScript Free Tutorial.

How to Replace Quote Dynamically by Dragging in JavaScript

Submitted by razormist on
How to Replace Quote Dynamically by Dragging in JavaScript - A simple JavaScript program that will allow you replace any element by only dragging. This tutorial will teach you the basic use of drag and drop feature to any application you been developing. JavaScript Free Tutorial.