
plugin Corner
JQuery has many plugins, but I would like to talk about one that impressed me with its elegance.
Corner is a plugin that allows you to set dozens of different designs for the corners of your div, all without using images. In the plugin gallery you can see all the options:
www.malsup.com/jquery/corner
You can immediately download the plugin. The most important thing in the plugin is that it requires only one line of code from the programmer. For example:
$ ("# someDiv"). Corner ("round 30px");
we get a div with rounded edges with a radius of 30 px.
The size of the plugin is small, only 7 kb, which can be compressed to 3, using, for example, this packer of JS files
dean.edwards.name/packer
PS: it would be interesting to know who else (and which) uses plugins for jQuery in their work?
Corner is a plugin that allows you to set dozens of different designs for the corners of your div, all without using images. In the plugin gallery you can see all the options:
www.malsup.com/jquery/corner
You can immediately download the plugin. The most important thing in the plugin is that it requires only one line of code from the programmer. For example:
$ ("# someDiv"). Corner ("round 30px");
we get a div with rounded edges with a radius of 30 px.
The size of the plugin is small, only 7 kb, which can be compressed to 3, using, for example, this packer of JS files
dean.edwards.name/packer
PS: it would be interesting to know who else (and which) uses plugins for jQuery in their work?