[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread Karl Swedberg
sounds like a reasonable thing to want, so I just whipped up a new plugin for you: http://plugins.learningjquery.com/summarizer/ Please keep in mind that it hasn't been tested extensively, and the documentation is kind of spotty, but it shouldn't be too hard to figure out how it works.

[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread Karl Swedberg
sorry, but I'm changing the name from summarizer (with an r) to summarize. Seems to make more sense as a verb. so now you can find it at: http://plugins.learningjquery.com/summarize/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 6, 2008, at 3:22

[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread clorentzen
Karl -- Wow! Thank you so much for this! Exactly what I needed! Best, --Carl. On Jul 6, 3:50 pm, Karl Swedberg [EMAIL PROTECTED] wrote: sorry, but I'm changing the name from summarizer (with an r) to summarize. Seems to make more sense as a verb. so now you can find it at:

[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread clorentzen
Karl -- Also, fyi, the insertAfter method spec'd in the plugin doesn't seem to play nice in Safari 3.1. But the other choice you mention in the comments, appendTo, works just fine. Best, --Carl. On Jul 6, 5:11 pm, clorentzen [EMAIL PROTECTED] wrote: Karl -- Wow! Thank you so much for

[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread Erik Beeson
Seems to have some HTML escaping issues on your options page: http://plugins.learningjquery.com/summarize/index.html#options At least in Safari. --Erik On 7/6/08, Karl Swedberg [EMAIL PROTECTED] wrote: sorry, but I'm changing the name from summarizer (with an r) to summarize. Seems to

[jQuery] Re: Need truncator/Expander help (trimming on # of objects rather than character count)

2008-07-06 Thread Karl Swedberg
oooh, thanks for catching that, Erik! fixed now. Cheers, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 6, 2008, at 7:02 PM, Erik Beeson wrote: Seems to have some HTML escaping issues on your options page: