Is it possible to implement the effect of overflow:ellipsis with javascript or css?
- by wamp
I want to show ... when overflow happens,
but sadly in css there is only overflow:hidden which is near but not exact what I want.
Is it possible to implement it ?