Sha256: ad564f117e0cbfc9e735c49447f935a9ffbe89f22d5eb130e9832a4db0687a30

Contents?: true

Size: 925 Bytes

Versions: 8

Compression:

Stored size: 925 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>Sortable Visual Test : Sortable option revert false</title>
	<link rel="stylesheet" href="../visual.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css" />
	<script type="text/javascript" src="../../../jquery-1.5.1.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.mouse.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.sortable.js"></script>
	<script type="text/javascript">
	$(function() {
		$("#sortable").sortable({
			revert: false
		});
	});
	</script>
</head>

<body>

<div id="sortable">
	<div>Sortable 1</div>
	<div>Sortable 2</div>
	<div>Sortable 3</div>
</div>

</body>
</html>

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.3.3 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.3.2 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.3.1 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.3 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.2.1 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html
survivalkit-0.1 templates/project/sources/jquery-ui/tests/visual/sortable/sortable_option_revert_false.html