问题
Is there a jquery truncate plugin that doesn't have trouble with HTML in the content?
For instance this plugin does not handle HTML well:
http://www.reindel.com/truncate/
回答1:
I'm assuming you've got the most recent version.
There's a couple more here which might may help. Can't comment on their suitability, though:
http://github.com/jsillitoe/jquery-condense-plugin/tree
http://code.google.com/p/jquery-text-truncate/
回答2:
Badonkatrunc supports nested content in a non-destructive manner.
(Full disclosure: I am the developer of the plugin.)
回答3:
Truncate plugin is good, but for my use it didn't handle p tags well enough for the read more link to reside inline.
I found success with this one: http://henrik.nyh.se/2008/02/jquery-html-truncate
来源:https://stackoverflow.com/questions/2010999/jquery-truncate-plugin