cyber drag jquery 07-29-2013, 07:42 AM
#1
i use jquery plugin for drag
click mouse and drage the box
simple online example
Local test Download
source code
click mouse and drage the box
simple online example
Code:
http://cyberoot.blogspot.com/p/cyber-drag.htmlLocal test Download
Code:
http://www.mediafire.com/?cptkki4w6kg9p68source code
Code:
<html lang="en">
<head>
<title>Drag Cyberoot Test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/ui/1.8.23/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/jquery.bgiframe-2.1.2.js" type="text/javascript"></script>
<script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/minified/i18n/jquery-ui-i18n.min.js" type="text/javascript"></script>
<style>
#cyberdrag { border:1px solid green;width: 170px; height: 100px;padding:10px; border-radius:10px;}
</style>
<script>
$(function() {
$( "#cyberdrag" ).draggable();
});
</script>
</head>
<body bgcolor="black">
<div id="cyberdrag">
<span style="color: orange;">
Please Drag me <span style="color: red;">^_^</span><br />
cyberoot.blogspot.com
</span>
</div>
</body>
</html>![[Image: 946696_301886219956429_1080285596_n.jpg]](https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-ash3/946696_301886219956429_1080285596_n.jpg)
áąááąááá˛áááŽá¸ááášáá˝á ášáąááŹáášááśáŻá¸áááŻáĄááášá¸ááşá ášáááš


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)