aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 17:38:25 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 17:38:25 +0000
commit2dff95fb8bf5b130928ff0f90ef3afc9cae7b51d (patch)
tree0a6084c8bd7bb937287eee39a169bc3c38ab89db /demos/draggable
parentf9be212f2ca747cdf0a1c752d6a764603b075e1c (diff)
downloadjquery-ui-2dff95fb8bf5b130928ff0f90ef3afc9cae7b51d.tar.gz
jquery-ui-2dff95fb8bf5b130928ff0f90ef3afc9cae7b51d.zip
Added caption about setting cursor style w/ cursor option
Diffstat (limited to 'demos/draggable')
-rw-r--r--demos/draggable/cursor-style.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html
index 03e0c5fe3..b82b5bafa 100644
--- a/demos/draggable/cursor-style.html
+++ b/demos/draggable/cursor-style.html
@@ -38,7 +38,7 @@
<div class="demo-description">
<p>
-Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the <strong>cursorAt</strong> option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). <!-- Customize the cursor's appearance by supplying the <strong>cursor</strong> option with a valid CSS cursor value: default, move, pointer, crosshair, etc. -->
+Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the <strong>cursorAt</strong> option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the <strong>cursor</strong> option with a valid CSS cursor value: default, move, pointer, crosshair, etc.
</p>
</div><!-- End demo-description -->