mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/resizable/ghost.html - switched to framework classes
This commit is contained in:
parent
c7d625860c
commit
2947b5306f
@ -7,6 +7,10 @@
|
|||||||
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/ui.core.js"></script>
|
<script type="text/javascript" src="../../ui/ui.core.js"></script>
|
||||||
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
|
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>
|
||||||
|
<style type="text/css">
|
||||||
|
#resizable { width: 150px; height: 150px; padding: 0.5em; }
|
||||||
|
.ui-resizable-ghost { border: 1px dotted gray; }
|
||||||
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#resizable").resizable({
|
$("#resizable").resizable({
|
||||||
@ -17,7 +21,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="resizable" style="width: 200px; height: 200px; background-color: #f00;">
|
<div id="resizable" class="ui-widget-content">
|
||||||
<p>Resize me</p>
|
<p>Resize me</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user