jquery.ui.draggable中文文档

2020-05-23 06:19:44易采站长站整理

                            </option>
                        </options>
                    </type>
                </types>
                <description><![CDATA[影响指定可拖动控件的活动区域.]]></description>
                <demos>
                    <demo>
                        <comment><![CDATA[初始化]]></comment>
                        <code><![CDATA[$(‘.selector’).draggable({ containment: ‘parent’ });]]></code>
                    </demo>
                    <demo>
                        <comment><![CDATA[获取属性值]]></comment>
                        <code><![CDATA[var containment = $(‘.selector’).draggable(‘option’, ‘containment’);]]></code>
                    </demo>
                    <demo>
                        <comment><![CDATA[设置属性值]]></comment>
                        <code><![CDATA[$(‘.selector’).draggable(‘option’, ‘containment’, ‘parent’);]]></code>