您现在的位置:首页 --> JavaScript --> jQuery边框圆角插件:DivCorners
jQuery边框圆角插件:DivCorners
浏览:2573次 出处信息
什么是 DivCorners?
这个插件的主要作用是建立一个简单的方法为屏幕上的内容增加边界样式。
- 边界样式可以是圆角,简单的边界,褪色的边缘,盒布局等。
- 使用现有的图片来生成样式,我会完善函数,使在没有图片的情况下也能生成边界样式的。
它有三个可在jquery.js和jquery.divcorners.js加载后调用的函数。
- 使用 $(expression).dcCreate( object [, boolean] ) 创建布局的实例。
- 使用 $(expression).dcResize( [boolean] ) 重新调整布局的一个实例。
- 使用 $(expression).dcClear( [boolean] ) 消除布局的实例。
DivCorners是由jquery.divcorners.js和jquery.divcorners.css构成的,两者必须结合起来使用。
为什么选择 DivCorners?
“jQuery 是一个快速的,简洁的 javaScript 库,使用户能更方便地处理 HTML documents、events、实现动画效果,并且方便地为网站提供 AJAX 交互。 jQuery改变了书写JavaScript的方法。”jQuery.com
这个插件是为了使工作更加简单。 使用 DivCorners可以节约一半时间去完成兼容各种浏览器的预期效果。此插件还修复了IE6下PNG图片透明显示问题。
怎么使用 DivCorners?
$(expression).dcCreate( object [, boolean] )
// 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 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 });
$(expression).dcResize( [boolean] )
// Call this function when the height or width of the container is altered. $("div").dcResize(true); // This is the recommended definition $("div").dcResize(); // Note: This function's parameter is optional. By default it's true. // This parameter controls whether parent .dCorner instances will be resized.
$(expression).dcClear( [boolean] )
// Call this function to remove any instances. $("div").dcClear(true); // This is the constructor definition $("div").dcClear(); // Note: This function's parameter is optional. By default it's true. // This parameter controls whether parent .dCorner instances will be resized.
官方网址:http://roydukkey.com/divcorners/
建议继续学习:
- JQuery实现Excel表格呈现 (阅读:46516)
- 分享一个JQUERY颜色选择插件 (阅读:12629)
- jQuery插件---轻量级的弹出窗口wBox. (阅读:9682)
- 10个强大的Ajax jQuery文件上传程序 (阅读:7750)
- jQuery的data()方法 (阅读:7573)
- jQuery性能优化指南 (阅读:7303)
- jQuery Color Animations颜色动画插件 (阅读:7069)
- 精于图片处理的10款jQuery插件 (阅读:6203)
- jQuery中getJSON跨域原理详解 (阅读:5612)
- 配合jquery实现异步加载页面元素 (阅读:5367)
QQ技术交流群:445447336,欢迎加入!
扫一扫订阅我的微信号:IT技术博客大学习
扫一扫订阅我的微信号:IT技术博客大学习
<< 前一篇:JavaScript 全半角转换
后一篇:Script 元素的异步加载属性 >>
文章信息
- 作者:标点符 来源: 标点符
- 标签: DivCorners jQuery 圆角
- 发布时间:2010-03-03 23:58:12
建议继续学习
近3天十大热文
- [68] Go Reflect 性能
- [68] 如何拿下简短的域名
- [67] Oracle MTS模式下 进程地址与会话信
- [62] IOS安全–浅谈关于IOS加固的几种方法
- [61] 图书馆的世界纪录
- [60] 【社会化设计】自我(self)部分――欢迎区
- [58] android 开发入门
- [56] 视觉调整-设计师 vs. 逻辑
- [49] 给自己的字体课(一)——英文字体基础
- [48] 读书笔记-壹百度:百度十年千倍的29条法则