Here is a fiddle
div{ width:160px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-transform: uppercase; }
I forgot to post my solution.
Now i'm using el.scrollWidth > el.clientWidth; and it's working well. Note that el in this case is not jquery wrapped.
el.scrollWidth > el.clientWidth;
el