Content deleted Content added
No edit summary |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 67:
== Example ==
<
// Make the element with id "draggable" draggable
$(function () {
$("#draggable").draggable();
});
</syntaxhighlight>
<
<div id="draggable">
<p>Drag me around</p>
</div>
</syntaxhighlight>
This makes the div with the ID "draggable" draggable by the user's mouse.
|