mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos: fixed css issue in draggable opacity demo
This commit is contained in:
parent
dbcf65fce9
commit
5423b6d092
@ -12,14 +12,14 @@
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#draggable").draggable({ opacity: 0.5 });
|
||||
$("#draggable1").draggable({ opacity: 0.5 });
|
||||
$("#draggable2").draggable({ opacity: 0.5, helper: 'clone' });
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="draggable" class="ui-widget-content">
|
||||
<div id="draggable1" class="ui-widget-content">
|
||||
<p>Opacity set to 0.5</p>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user