Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试做可拖动和可调整大小的 jquery ui api。但是当我调整顶部 div 的大小时,下一个 div 会出现在顶部。请在此处查看示例代码
http://jsfiddle.net/wExtX/190/ 等待回复
这是因为当我们尝试重新调整顶部 div 的大小时,jQuery 将 div 的位置“position:relative”更改为“position:absolute”