Making HTML page sections into draggable blocks
Tuesday, July 17th, 2007
This class can be used make certain HTML page sections into draggable blocks.
It generates start and end div tags and the necessary Javascript to intercept the events of when the user clicks and drags the block inside the div.
The class can assign given Javascript function to handle the event of when the mouse button is released.
Also this class is Public domain, that mean that you are legaly free to copy, redistribute, modify and also include into close source projects for free
Here is a simple test how to use it (more…)