A jquery plugin for intercepting text in html.
In a browser:
<script src='jquery.js'></script>
<script src='subText.js'></script>
<table style="border:1px solid #000;" border="0">
<tr>
<td>Life is a journey. What we should care about is not where it's headed but what we see and how we feel.</td>
<td>
<p>I cannot give you the formula for success, but I can give you the formula for failure, which is: Try to please everybody. </p>
</td>
<td>All you can do is to try your best. Even with those small steps, you're closer to your goal than you were yesterday.
<p>I prefer having your accompanying for life-long time to the short-time tenderness</p>
<address>hello world</address>
</td>
</tr>
</table>
var rets = $("td").subText(20, "...")
console.log(rets)
Apache 2.0
If you have any ideas, feedback, requests or bug reports, you can reach me