(function(a){if(document.documentElement.style.textOverflow||document.documentElement.style.OTextOverflow){return this}a.fn.ellipsis=function(b){return this.each(function(){var d=a(this);if(d.css("overflow")=="hidden"){var c=d.html();var e=d.width();var g=a(this.cloneNode(true)).hide().css({position:"absolute",width:"auto",overflow:"visible"}).insertAfter(d);var h=c;while(h.length>0&&g.width()>d.width()){h=h.substr(0,h.length-1);g.html(h+"...")}d.html(g.html());g.remove();if(b==true){var f=d.width();setInterval(function(){if(d.width()!=f){f=d.width();d.html(c);d.ellipsis()}},200)}}})}})(jQuery);
