I have this code :
<div id="new-massege">
<div class="bs">
<div id="text-part">
<div id="text-messege">
<span>hello my friend how r you ???? I miss you honey</span>
</div>
</div>
</div>
</div>
I want with jQuery calculate value in span and if width of value bigger from parent width remove one by one letter and put ... at last sentence untill value's width of span equal to width parent element.
also my friends I want this sentence put one line not more!!! please guide me...