jquery.ui.draggable中文文档

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

                        <description><![CDATA[只能在选择器约束的元素内拖动]]></description>
                    </type>
                    <type name=”元素”>
                        <description><![CDATA[只能在给定的元素内拖动]]></description>
                    </type>
                    <type name=”字符串”>
                        <options>
                            <option>
                                <value><![CDATA[parent]]></value>
                                <comment><![CDATA[只能在父容器内拖动]]></comment>
                            </option>
                            <option>
                                <value><![CDATA[document]]></value>
                                <comment><![CDATA[在当前html文档的document下可拖动, 超出浏览器窗口范围时, 自动出现滚动条]]></comment>
                            </option>