Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

jQuery Canvas Rounded Corners


jQuery Plug-in to make rounded corners on your DOM objects using canvas element
Tested in IE and Firefox..

Usage:
$(selector).corners([options]);

Options:
radio - (int) radius size of corners
inColor - (color) inside color of element
outColor - (color) outside color of corners
borderSize - (int) border width
borderColor - (color) color of borders

Examples
$('#example_1').corners();
$('#example_2').corners({ inColor: '#8FC7FF' });
$('#example_3').corners({ inColor: '#FEFF8F', outColor: '#000' });
$('#example_4').corners({ radio: 30 });
$('#example_5').corners({ radio: 40, inColor: '#FFCC66', outColor: '#D2FBAE' });

More in project page

Downloads



2.25
Your rating: None Average: 2.3 (4 votes)