mouse events Ver: 1.0 Mouse-events.html is a template for handling three basic mouse events: Moving, pressing down on a button, and releasing the button. It works in IE 5+ ... |
Disable right-click Ver: n/a Although this is usually a bad idea it can sometimes also be a good idea. This will show you how to disable right clicking on your sites pages. ... |
Disable text selection Ver: n/a Rippers and content thefts mainly rely on the ability to select text and page content so that they can copy it. This will prevent them from doing so. ... |
Simple ChalkBoard Example Ver: 1.0 Extremely simple example of turning background colors of the cells of the table on and off with mouse events to simulate a chalkboard. You can add mor ... |
Universal JavaScript Rollovers Ver: n/a This comprehensive tutorial explains various implementations of JavaScript rollovers. It discusses: How to use the document.images object, How to make ... |