|
eLouais Drag and Drop script
|
Other links at JavaScript > Tutorials > Mouse Tricks |
| 1. |
Disable text selection
|
|
|
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.
|
| 2. |
Simple ChalkBoard Example
|
|
|
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 more rows and columns.
|
| 3. |
Disable right-click
|
|
|
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.
|
| 4. |
eLouais Drag and Drop script
|
|
|
An extremly simple and useful script for implementing a cross browser drag and drop game (IE 4+, NN 6+, Firefox). Place code in the header and simply append all images that are draggable with the class name (class="dragme"). Thats it!
|
| 5. |
Simple ChalkBoard Example
|
|
|
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 more rows and columns.
|
|
|