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.
我想在页面中显示靠近选定(突出显示)文本的 div(模态)。我得到了选定的文本位置(开始和结束位置),但现在,我不知道如何将模态 div 定位在突出显示的文本的中心。
尝试绝对定位。
$(modal).css('位置','绝对')
以同样的方式,您可以将属性 top 和 left 设置为您需要的任何数字。这会将模态放置在您需要的任何位置。