Sha256: 32a9a252964bf98bd01d21f481debf8bcfff1d5165496e29c5bc21c719178c0c
Contents?: true
Size: 554 Bytes
Versions: 26
Compression:
Stored size: 554 Bytes
Contents
# jQuery Corner Plugin Corner is a simple plugin for creating rounded (or other styled) corners on elements. ## Links * [Home Page](http://jquery.malsup.com/corner/) * [Download](http://github.com/malsup/corner/raw/master/jquery.corner.js) ## 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');
Version data entries
26 entries across 26 versions & 1 rubygems