• Stars
    star
    543
  • Rank 81,848 (Top 2 %)
  • Language
    JavaScript
  • Created over 15 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

jQuery Corner Plugin (by Dave Methvin and Mike Alsup)

jQuery Corner Plugin

Corner is a simple plugin for creating rounded (or other styled) corners on elements.

Links

Examples

// default 10px round corner
$('#myDiv').corner();

// 30px round corner
$('#myDiv').corner('30px');

// 15px bevel corner
$('#myDiv').corner('15px bevel');

// dogeared top right corner
$('#myDiv').corner('dog tr');

// sharp corners on bottom
$('#myDiv').corner('sharp bottom');