mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
added 'cursor' options to examples
This commit is contained in:
parent
2dff95fb8b
commit
19ba6fe1cd
@ -12,8 +12,8 @@
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#draggable").draggable({ cursorAt: { top: 56, left: 56 } });
|
||||
$("#draggable2").draggable({ cursorAt: { top: -5, left: -5 } });
|
||||
$("#draggable").draggable({ cursorAt: { cursor: 'move', top: 56, left: 56 } });
|
||||
$("#draggable2").draggable({ cursorAt: { cursor: 'crosshair', top: -5, left: -5 } });
|
||||
$("#draggable3").draggable({ cursorAt: { bottom: 0 } });
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user