jquery.ui.draggable中文文档

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

                            </option>
                            <option>
                                <value><![CDATA[outer]]></value>
                                <comment><![CDATA[在指定元素外部可以吸附]]></comment>
                            </option>
                            <option>
                                <value><![CDATA[both]]></value>
                                <comment><![CDATA[里面外面都可以吸附]]></comment>
                            </option>
                        </options>
                    </type>
                </types>
                <description><![CDATA[设定吸附时候的模式.]]></description>
                <demos>
                    <demo>
                        <comment><![CDATA[初始化]]></comment>
                        <code><![CDATA[$(‘.selector’).draggable({ snapMode: ‘outer’ });]]></code>