I have a div area that has an arbitrary number of characters. I want to limit the amount of characters that show up in there to 175 characters. I mostly found exaple on how
I just did this for one of my projects. I found this great plugin.
$('some-area').expander({ slicePoint:175 });