- Menu scripts
- Window scripts
- Calendar scripts
- Gallery scripts
- Form widgets
- XP widgets
- Table widgets
- Drag and drop
- Folder trees
- Tooltips
- AJAX scripts
- Misc scripts
- Javascript games
- Chess widgets

- DHTML Suite
- Top sponsors
- eComparison
- Sigmalist.com
- Metis.net
- More
- Resources
- Experts Round Table
- cbolson.com - Demos
- HotScripts
- ScriptSearch.com
- Vision.To Design
- Other resources
- Top referers
- noupe.com
- miniajax.com
- hotscripts.com
- smashingmagazine.com
Download dragable content script
Download script
You can download the entire script from this Zip file.
Configuration
You make elements draggable by assigning them to the class "dragableElement". Examples:
<img src="images/image1.jpg" style="float:left" class="dragableElement"> <div id="keyText" class="dragableElement">You can drag this box as well as the images on this page</div>
These are some examples take from the demo.
Remember position and z-index in cookie
You can configure the script to remember the position of the dragable elements in a cookie. This is done by adding lines like this
<script type="text/javascript">
var rememberPositionedInCookie = true;
var rememberPosition_cookieName = 'demo';
</script>
right above the place where you include dragable-content.js.
Rate this script at Hotscripts.com
Update log
- June, 14th, 2006 - New feature: Remember position and z-index in cookie



