</demos>
</option>
<option name=”cancel” default=”:input, option”>
<types>
<type name=”选择器”>
</type>
</types>
<description><![CDATA[通过选择器指定这类元素不能被渲染成draggable控件.]]></description>
<demos>
<demo>
<comment><![CDATA[初始化]]></comment>
<code><![CDATA[$(‘.selector’).draggable({ cancel: ‘button’ });]]></code>
</demo>
<demo>
<comment><![CDATA[获取属性值]]></comment>
<code><![CDATA[var cancel = $(‘.selector’).draggable(‘option’, ‘cancel’);]]></code>
</demo>
<demo>
<comment><![CDATA[设置属性值]]></comment>










