diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 17:38:25 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-19 17:38:25 +0000 |
commit | 2dff95fb8bf5b130928ff0f90ef3afc9cae7b51d (patch) | |
tree | 0a6084c8bd7bb937287eee39a169bc3c38ab89db /demos/draggable | |
parent | f9be212f2ca747cdf0a1c752d6a764603b075e1c (diff) | |
download | jquery-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.html | 2 |
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 --> |