DivCorners jQuery圆角插件

程序名称:DivCorners

授权协议: 未知

操作系统: 跨平台

开发语言: JavaScript

DivCorners 介绍

DivCorners是一个创建边框圆角的jQuery插件

示例代码

// This is the maximum deFinition  
  $("div"). **dcCreate** ({  
      imgPrefix: "/images/",  
      fileType: ".gif",  
      expand: 4,                  // optional  
      radius: 0,                  // optional _Note: Radius must be greater than expand. See[Understand the Parameters](http://www.roydukkey.com/divcorners/understanding.PHP)_  
      position: "inside",         // optional  
      resize: "img",              // optional  
      exclude: "left, top"        // optional  
  }, true);                       // _Note: This parameter is optional. By default it's true._  
                                     _This parameter controls whether parent .dCorner instances will be resized._

 // This is the recommended deFinition  
  $("div"). **dcCreate** ({  
      imgPrefix: "/images/dCorner-",  
      fileType: ".gif",  
      expand: 10  
  });

DivCorners 官网

http://www.roydukkey.com/divcorners/

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...