4caba8e
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
demos: draggable - Contrain movement, prevent horizontal scrollbar
@@ -12,7 +12,7 @@
#draggable, #draggable2 { margin-bottom:20px; }
#draggable { cursor: n-resize; }
#draggable2 { cursor: e-resize; }
- #containment-wrapper { width:100%; height:150px; border:2px solid #ccc; padding: 10px;}
+ #containment-wrapper { width: 95%; height:150px; border:2px solid #ccc; padding: 10px;}
</style>
<script type="text/javascript">
$(function() {
4caba8e