> when I use the corners plugin and try to re-use the div the effect only
> applies to the first div in the chain.
>
> Any Idea on how to apply the rounded corners to multiple div's of the same
> id or class?

Corners work on the chain.  See demo:

http://www.malsup.com/jquery/corner/

This one line is cornering 7 of the divs on that page.  The others are
done one at a time because they are unique.

$("div.box, div.plain").corner();

Reply via email to