blob: 7832e547de0988c34f7ca3037b44552812c83990 (
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='containment_iframe.html'></iframe>
</body>
</html>
|