</demo>
<demo>
<comment><![CDATA[设置属性值]]></comment>
<code><![CDATA[$(‘.selector’).draggable(‘option’, ‘cursor’, ‘crosshair’);]]></code>
</demo>
</demos>
</option>
<option name=”cursorAt” default=”false”>
<types>
<type name=”对象”>
<description><![CDATA[通过设置对象的top, left, right, bottom的属性值中的一个或两个来确定位置.]]></description>
</type>
</types>
<description><![CDATA[在拖动控件的过程中, 鼠标在控件上显示的位置, 值为false(默认)时, 从哪里点击开始拖动, 鼠标位置就在哪里, 如果设置了, 就会在一个相对控件自身左上角偏移位置处, 比如: $(‘.selector’).draggable(‘option’, ‘cursorAt’, {left: 8, top: 8}); 那么拖动过程中, 鼠标就会在自身的左上角向下向右各偏移8像素处.]]></description>
<demos>
<demo>
<comment><![CDATA[初始化]]></comment>










