我有下一个div:
<div class="div-class" style="width:158px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;" title=<%=myDesc%>
如何仅在省略号处于活动状态时显示工具提示?
我找到了这个功能
function isEllipsisActive(e) {
return (e.offsetWidth < e.scrollWidth);
}
但我不知道如何使用它知道我使用 jsp 和 struts