Sha256: be079dfd16afad402b57ffe6f75f18bf2c0899d41cf248469bf6996670d7217d

Contents?: true

Size: 1.02 KB

Versions: 314

Compression:

Stored size: 1.02 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Draggable - Default functionality</title>
	<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
	<script src="../../jquery-1.5.1.js"></script>
	<script src="../../ui/jquery.ui.core.js"></script>
	<script src="../../ui/jquery.ui.widget.js"></script>
	<script src="../../ui/jquery.ui.mouse.js"></script>
	<script src="../../ui/jquery.ui.draggable.js"></script>
	<link rel="stylesheet" href="../demos.css">
	<style>
	#draggable { width: 150px; height: 150px; padding: 0.5em; }
	</style>
	<script>
	$(function() {
		$( "#draggable" ).draggable();
	});
	</script>
</head>
<body>

<div class="demo">

<div id="draggable" class="ui-widget-content">
	<p>Drag me around</p>
</div>

</div><!-- End demo -->



<div class="demo-description">
<p>Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.</p>
</div><!-- End demo-description -->

</body>
</html>

Version data entries

314 entries across 313 versions & 5 rubygems

Version Path
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/demos/draggable/default.html
survivalkit-0.3.3 templates/project/sources/jquery-ui/demos/draggable/default.html
survivalkit-0.3.2 templates/project/sources/jquery-ui/demos/draggable/default.html
survivalkit-0.3.1 templates/project/sources/jquery-ui/demos/draggable/default.html
survivalkit-0.3 templates/project/sources/jquery-ui/demos/draggable/default.html
survivalkit-0.2.1 templates/project/sources/jquery-ui/demos/draggable/default.html
rbbt-views-1.0.1 share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html
rbbt-views-1.0.0 share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html
survivalkit-0.1 templates/project/sources/jquery-ui/demos/draggable/default.html
rbbt-views-0.1.2 share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html
rbbt-views-0.1.1 share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html
rbbt-views-0.1.0 share/views/public/plugins/jquery-ui/development-bundle/demos/draggable/default.html
old_sql-0.6.0 public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/default.html
old_sql-0.5.0 public/javascripts/old_sql/jquery-ui-1.8.13.custom (3)/development-bundle/demos/draggable/default.html