jQuery圆角插件 DivCorners

码农软件 · 软件分类 · jQuery界面效果 · 2020-01-02 19:29:21

软件介绍

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

本文地址:https://codercto.com/soft/d/22522.html

Python Web开发:测试驱动方法

Python Web开发:测试驱动方法

Harry J.W. Percival / 安道 / 人民邮电出版社 / 2015-10 / 99

本书从最基础的知识开始,讲解Web开发的整个流程,展示如何使用Python做测试驱动开发。本书由三个部分组成。第一部分介绍了测试驱动开发和Django的基础知识。第二部分讨论了Web开发要素,探讨了Web开发过程中不可避免的问题,及如何通过测试解决这些问题。第三部分探讨了一些高级话题,如模拟技术、集成第三方插件、Ajax、测试固件、持续集成等。本书适合Web开发人员阅读。一起来看看 《Python Web开发:测试驱动方法》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换