aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/containment.html
blob: 5e2e5c336b9bc24205d34eca579669064bbd7c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Draggable - Containment Demo</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
	<style type="text/css" media="screen">
		body,html {
			padding:0;margin:0;width:100%;height:100%;
		}
	</style>
</head>
<body>
<iframe frameborder='0' style='width: 100%; height: 99%;' src='draggable/containment_iframe.html'></iframe>	

</body>
</html>