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.
我在页面上有两个网格,一个是普通页面,另一个是模态对话框。模态对话网格具有搜索功能。当我显示搜索对话框时,它有时会显示在模态对话框下方。如何始终在顶部显示搜索对话框?谢谢你的帮助。
您可以使用您的表单 ID 调用此函数。
function DragFormCenter(id) { $(id).css('top', 0); $(id).css('right', 0);}