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.
当鼠标移到单元格上时,我想在表格下方弹出 30px 的文本。现在我可以将它附加在正文而不是表格下方。这是 示例。
感谢帮助。
简单使用.insertAfter()
小提琴
更新
示例 html
<table id="thisTable"></table>
js
.insertAfter('#thisTable');
使用绝对定位并找出动态放置它的位置。
http://jsfiddle.net/wEFfs/11/
重新阅读问题,这不是您要求的。也许这就是你想要的。