Content deleted Content added
Mattbrundage (talk | contribs) usage update; clarification; diction |
Mattbrundage (talk | contribs) →Example: the first example: class is added by jQuery UI, not by the developer; the second example was pure jQuery and is not relevant here |
||
Line 77:
* '''Position''' – Set an element's position relative to another element's position (alignment)
== Example ==
<source lang
<script type="text/javascript">
// Make #draggable draggable
Line 87:
</source>
<source lang="html4strict">
<div id="draggable
<p>Drag me around</p>
</div>
Line 93:
</source>
This makes the div with the ID "draggable" draggable by the user's mouse.
==Release history==
|