<comment><![CDATA[设置属性值]]></comment>
<code><![CDATA[$(‘.selector’).draggable(‘option’, ‘grid’, [50, 20]);]]></code>
</demo>
</demos>
</option>
<option name=”handle” default=”false”>
<types>
<type name=”选择器”>
<description><![CDATA[选定的内部元素为控制拖动的部件]]></description>
</type>
<type name=”元素”>
<description><![CDATA[指定的元素为控制拖动的部件]]></description>
</type>
</types>
<description><![CDATA[指定触发拖动的元素. 用法: 将一个id=window的div设置为可拖动控件, 设置它的handle是该div中的一个id=title的span, 那么, 就只有在id=title的span上点击拖动才是有效的. 注意: 该元素一定要是可拖动控件的子元素.]]></description>
<demos>
<demo>
<comment><![CDATA[初始化]]></comment>










