以下のようなoverflow:hiddenコンテナがある場合、どのテキストが表示され、どのテキストが非表示であるかをjs/jquery経由で把握する方法はありますか?
div{
height:2.4em;
line-height:1.2em;
overflow:hidden;
width:100px;
background:pink;
}
<div>
I am some text and more text and so on and on I just keep going.
</div>