<demo>
<comment><![CDATA[初始化]]></comment>
<code><![CDATA[$(‘.selector’).draggable({ scope: ‘tasks’ });]]></code>
</demo>
<demo>
<comment><![CDATA[获取属性值]]></comment>
<code><![CDATA[var scope = $(‘.selector’).draggable(‘option’, ‘scope’);]]></code>
</demo>
<demo>
<comment><![CDATA[设置属性值]]></comment>
<code><![CDATA[$(‘.selector’).draggable(‘option’, ‘scope’, ‘tasks’);]]></code>
</demo>
</demos>
</option>
<option name=”scroll” default=”true”>
<types>
<type name=”Boolean”>
</type>
</types>










