mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
17 lines
413 B
HTML
17 lines
413 B
HTML
<!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>
|