FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tomheng/corner: jQuery Corner Plugin (by Dave Methvin and Mike Alsup) · GitHub

/ corner Public
forked from malsup/corner
 
 

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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');

About

jQuery Corner Plugin (by Dave Methvin and Mike Alsup)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL